summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorLeonard Richardson <leonardr@segfault.org>2024-01-16 18:51:48 -0500
committerLeonard Richardson <leonardr@segfault.org>2024-01-16 18:51:48 -0500
commit86b208a6147a898f6c55bf53a0a4f5731431fb7a (patch)
tree0c9d5e15c74c2b8b7a6cdde3e21e21c0aa8fc013 /tox.ini
parent20607636c512f3682251bdea7ca66c5c768130ed (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.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index f793655..fc55fca 100644
--- a/tox.ini
+++ b/tox.ini
@@ -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]