diff --git a/tox.ini b/tox.ini index 25ce77e..7051fd8 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] isolated_build = True -envlist = py37,py38,py39,py310,py311 +envlist = py37,py38,py39,py310,py311,py312 [gh-actions] python = @@ -9,6 +9,7 @@ python = 3.9: py39 3.10: py310 3.11: py311 + 3.12: py312 [tox:.package] basepython = python3