From 86b208a6147a898f6c55bf53a0a4f5731431fb7a Mon Sep 17 00:00:00 2001 From: Leonard Richardson Date: Tue, 16 Jan 2024 18:51:48 -0500 Subject: Added Python 3.12 to the tox environments, and reduce the minimum tox version as per [bug=2016190] --- tox.ini | 4 ++-- 1 file 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] -- cgit v1.2.3