Skip to content

Commit b7dced4

Browse files
committed
remove py38 and py39 from the env_list in tox.ini
1 parent 1c7bbd8 commit b7dced4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Tox (http://tox.testrun.org/) is a tool for running tests
1+
# Tox (http://tox.readthedocs.org/) is a tool for running tests
22
# in multiple virtualenvs. This configuration file will run the
33
# test suite on all supported python versions. To use it, "pip install tox"
44
# and then run "tox" from this directory.
@@ -8,7 +8,7 @@
88
# for testing and it is disabled by default.
99

1010
[tox]
11-
envlist = lint, py{38, 39, 310, 311, 312, 313, 314}
11+
envlist = lint, py{310, 311, 312, 313, 314}
1212
isolated_build = True
1313

1414
[gh]

0 commit comments

Comments
 (0)