Skip to content

Commit f78166c

Browse files
committed
Move codestyle tests to Python 3.8
1 parent 7abf3a8 commit f78166c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
run: tox
4040

4141
- name: Upload coverage to Codecov
42-
if: matrix.python-version == 3.7 && success()
42+
if: matrix.python-version == 3.8 && success()
4343
uses: codecov/codecov-action@v3
4444
with:
4545
files: coverage.xml

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ commands = pre-commit run --all-files --show-diff-on-failure
2727

2828
[gh-actions]
2929
python =
30-
3.7: pep, py37
31-
3.8: py38
30+
3.7: py37
31+
3.8: pep, py38
3232
3.9: py39
3333
3.10: py310
3434
3.11: py311

0 commit comments

Comments
 (0)