Skip to content

Commit

Permalink
Move code style checks on Python 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
HardNorth committed Oct 2, 2023
1 parent c8c4081 commit b7203b1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
run: tox

- name: Upload coverage to Codecov
if: matrix.python-version == 3.7 && success()
if: matrix.python-version == 3.8 && success()
uses: codecov/codecov-action@v3
with:
files: coverage.xml
Expand Down
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ commands = pre-commit run --all-files --show-diff-on-failure

[gh-actions]
python =
3.7: pep, py37
3.8: py38
3.7: py37
3.8: pep, py38
3.9: py39
3.10: py310
3.11: py311

0 comments on commit b7203b1

Please sign in to comment.