From a518f228c125df3f31648c283302c3a3abf78729 Mon Sep 17 00:00:00 2001 From: Benson Muite Date: Thu, 21 Nov 2024 11:43:13 +0300 Subject: [PATCH] Add py311 and py312 to tox tests --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 5aa9d20..aa5c58e 100644 --- a/tox.ini +++ b/tox.ini @@ -4,7 +4,7 @@ # and then run "tox" from this directory. [tox] -envlist = {py37,py38,py39,py310,pypy} +envlist = {py37,py38,py39,py310,py311,py312,pypy} skip_missing_interpreters = True minversion = 2.4.0