diff --git a/tox.ini b/tox.ini index 333e195a3332e01576fb2f100c74ceb935a56c67..906046940765dd9f5dcd957df925af7ec6504ca9 100644 --- a/tox.ini +++ b/tox.ini @@ -18,7 +18,7 @@ # [tox] -envlist = {py38,py39,py310,py311},lint,doc +envlist = {py38,py39,py310,py311,py312},lint,doc [testenv] allowlist_externals = @@ -31,6 +31,7 @@ basepython = py39: python3.9 py310: python3.10 py311: python3.11 + py312: python3.12 deps = .[test]