commit | 7c4d002aa18488f5c9b669777c5a62f1030ce8ed | [log] [tgz] |
---|---|---|
author | Jukka Lehtosalo <jukka.lehtosalo@iki.fi> | Sun Jan 29 11:26:23 2023 +0000 |
committer | GitHub <noreply@github.com> | Sun Jan 29 11:26:23 2023 +0000 |
tree | 46a4c628c333a4fa84309b51308506f1b839a9bf | |
parent | 6565d3b67ba50dd62a73d1f5e15cf1d51b5edf13 [diff] |
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.
diff --git a/tox.ini b/tox.ini index 564b071..1b7a303 100644 --- a/tox.ini +++ b/tox.ini
@@ -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}