diff --git a/tox.ini b/tox.ini index a06a26f..bbe357a 100644 --- a/tox.ini +++ b/tox.ini @@ -2,7 +2,7 @@ usedevelop = True minversion = 1.8 envlist = - py38-lint + py311-lint py311-docs py{37,38,39,310}-dj32 py{38,39,310,311}-dj{40,41,42} @@ -49,8 +49,8 @@ deps = -rdocs/requirements.txt commands = sphinx-build -b html -d {envtmpdir}/doctrees docs {envtmpdir}/html pip_pre = false -[testenv:py38-lint] -basepython = python3.8 +[testenv:py311-lint] +basepython = python3.11 deps = -rtests/requirements/lint.txt commands = flake8 src/dockerflow tests/