diff --git a/tox.ini b/tox.ini index a3488f8..7b4b71a 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] envlist = - py{310,311,312}-django{42} + py{310,311,312}-django{32} isort black flake8 @@ -15,7 +15,7 @@ python = [gh-actions:env] DJANGO = - 4.2: django42 + 3.2: django32 [testenv] setenv = @@ -25,7 +25,7 @@ extras = tests coverage deps = - django42: Django~=4.2.0 + django32: Django~=3.2.0 commands = py.test tests \ --cov --cov-report xml:reports/coverage-{envname}.xml \