diff --git a/tox.ini b/tox.ini index a8d977aa..0e3c2fed 100644 --- a/tox.ini +++ b/tox.ini @@ -10,6 +10,9 @@ python = 3.8: py38 3.9: py39 3.10: py310 + 3.11: py311 + 3.12: py312 + [testenv] description = run py.test tests