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