diff --git a/tox.ini b/tox.ini index c2284ed..dcc3796 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py37, py38, py39, py310, py311 +envlist = py38, py39, py310, py311, py312 [testenv] #setenv is needed here to get coverage to compute coverage. https://github.com/pytest-dev/pytest-cov/issues/98