Skip to content

Commit 5e6876e

Browse files
committed
Update Tox environment list
1 parent 8ead5e9 commit 5e6876e

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

tox.ini

+1-8
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,9 @@
11
[tox]
22
envlist =
3-
py{37,38,39,310-dev},
3+
py{38,39,310,311,312},
44
flake8,
55
mypy
66

7-
[gh-actions]
8-
python =
9-
3.7: py37
10-
3.8: py38
11-
3.9: py39
12-
3.10: py310-dev
13-
147
[testenv]
158
deps=
169
pytest

0 commit comments

Comments
 (0)