Skip to content

Commit 7c4d002

Browse files
authored
Add Python 3.8 to 3.11 to tox envs (#27)
Now `tox run` runs tests on all supported Python versions. One 3.11 test is still failing -- I'll look at it later.
1 parent 6565d3b commit 7c4d002

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tox]
22
minversion = 2.9.1
33
skip_missing_interpreters = true
4-
envlist = py27, py35, py36, py37
4+
envlist = py27, py35, py36, py37, py38, py39, py310, py311
55

66
[testenv]
77
description = run the test driver with {basepython}

0 commit comments

Comments
 (0)