Skip to content

Commit

Permalink
use 3.11 in doctest and coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
hhatto committed Mar 14, 2024
1 parent 8d18d0a commit feff013
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
flake8 autopep8.py
pycodestyle autopep8.py
- name: doctest for readme
if: matrix.python-version == 3.9
if: matrix.python-version == 3.11
run: |
python -m doctest -v README.rst
- name: Test with pytest
Expand All @@ -48,6 +48,6 @@ jobs:
python test/test_suite.py
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
if: matrix.python-version == 3.9 && success()
if: matrix.python-version == 3.11 && success()
with:
fail_ci_if_error: true

0 comments on commit feff013

Please sign in to comment.