File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed
Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010 strategy :
1111 matrix :
12- python-version : [3.8, 3.12]
12+ # When changing the following line, be sure to update `envlist` in
13+ # tox.ini
14+ python-version : [3.9, 3.13]
1315
1416 steps :
1517 - uses : actions/checkout@v4
Original file line number Diff line number Diff line change 11[tox]
22# When changing the following line, be sure to update 'python-version' in
33# .github/workflows/python-test.yml
4- envlist = py{3.8 ,3.12 }-{test}, pycodestyle
4+ envlist = py{3.9 ,3.13 }-{test}, pycodestyle
55
66[gh-actions]
77python =
8- 3.8 : py3.8
9- 3.12 : py3.12 , pycodestyle
8+ 3.9 : py3.9
9+ 3.13 : py3.13 , pycodestyle
1010
1111[testenv]
1212deps = test: -rrequirements.txt
1313 pycodestyle: pycodestyle
1414
1515envdir =
16- py3.8 : {toxworkdir}/3.8
17- py3.12 : {toxworkdir}/3.12
16+ py3.9 : {toxworkdir}/3.9
17+ py3.13 : {toxworkdir}/3.13
1818 pycodestyle: {toxworkdir}/pycodestyle
1919
2020setenv =
You can’t perform that action at this time.
0 commit comments