diff --git a/tox.ini b/tox.ini index 6ec9b41..e6b83a9 100644 --- a/tox.ini +++ b/tox.ini @@ -1,9 +1,9 @@ [tox] # These should match the GitHub Actions env list envlist = py37,py38,py39,py310,py311,py312,py313 +minversion = 4.0.0 [testenv] -install_command = pip install {opts} {packages} deps = -rrequirements-dev.txt setenv = LANG=en_US.UTF-8