Skip to content

Commit

Permalink
Add Python 3.8 to 3.11 to tox envs (#27)
Browse files Browse the repository at this point in the history
Now `tox run` runs tests on all supported Python versions. One 3.11 test
is still failing -- I'll look at it later.
  • Loading branch information
JukkaL authored Jan 29, 2023
1 parent 6565d3b commit 7c4d002
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tox]
minversion = 2.9.1
skip_missing_interpreters = true
envlist = py27, py35, py36, py37
envlist = py27, py35, py36, py37, py38, py39, py310, py311

[testenv]
description = run the test driver with {basepython}
Expand Down

0 comments on commit 7c4d002

Please sign in to comment.