diff --git a/setup.cfg b/setup.cfg index d37b4bc..8871725 100644 --- a/setup.cfg +++ b/setup.cfg @@ -47,18 +47,19 @@ addopts = # tox configuration [tox:tox] -envlist = py37, py38, py39, py310 +envlist = py38, py39, py310, py311, py312, py313 skip_missing_interpreters = true minversion = 3.18.0 requires = virtualenv >= 16.1 [gh-actions] python = - 3.7: py37 3.8: py38 3.9: py39 3.10: py310 3.11: py311 + 3.12: py312 + 3.13: py313 [testenv] setenv =