diff --git a/pyproject.toml b/pyproject.toml index 60fa6ae..e2768e9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -125,12 +125,11 @@ asyncio_mode = "auto" [tool.tox] legacy_tox_ini = """ [tox] -envlist = py37,py38,py39,py310,py311,py312,py312-minimum-requirements,py313 +envlist = py38,py39,py310,py311,py312,py312-minimum-requirements,py313 skipsdist = True [gh-actions] python = - 3.7: py37 3.8: py38 3.9: py39 3.10: py310