We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7abf3a8 commit f78166cCopy full SHA for f78166c
.github/workflows/tests.yml
@@ -39,7 +39,7 @@ jobs:
39
run: tox
40
41
- name: Upload coverage to Codecov
42
- if: matrix.python-version == 3.7 && success()
+ if: matrix.python-version == 3.8 && success()
43
uses: codecov/codecov-action@v3
44
with:
45
files: coverage.xml
tox.ini
@@ -27,8 +27,8 @@ commands = pre-commit run --all-files --show-diff-on-failure
27
28
[gh-actions]
29
python =
30
- 3.7: pep, py37
31
- 3.8: py38
+ 3.7: py37
+ 3.8: pep, py38
32
3.9: py39
33
3.10: py310
34
3.11: py311
0 commit comments