diff options
author | Leonard Richardson <leonardr@segfault.org> | 2024-01-16 18:51:48 -0500 |
---|---|---|
committer | Leonard Richardson <leonardr@segfault.org> | 2024-01-16 18:51:48 -0500 |
commit | 86b208a6147a898f6c55bf53a0a4f5731431fb7a (patch) | |
tree | 0c9d5e15c74c2b8b7a6cdde3e21e21c0aa8fc013 /tox.ini | |
parent | 20607636c512f3682251bdea7ca66c5c768130ed (diff) |
Added Python 3.12 to the tox environments, and reduce the minimum tox version as per [bug=2016190]
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ [tox] env_list = - py{36, 37, 38, 39, 310, 311},bare,docs -minversion = 4.4.8 + py{36, 37, 38, 39, 310, 311, 312},bare,docs +minversion = 3.28.0 skip_missing_interpreters = true [testenv] |