diff --git a/tox.ini b/tox.ini index d174771..54d828f 100644 --- a/tox.ini +++ b/tox.ini @@ -1,7 +1,7 @@ [tox] envlist = - {py38,py39,py310,py311}-django{42}-crispy{2,-latest}, - {py310,py311,py312}-django{50,51,-latest}-crispy{2,-latest}, + {py38,py39,py310,py311}-django{42}-crispy{-release,-latest}, + {py310,py311,py312}-django{50,51,-latest}-crispy{-release,-latest}, lint [testenv] @@ -11,7 +11,7 @@ deps = django42: django>=4.2a1,<5.0 django50: django>=5.0a1,<5.1 django51: django>=5.1a1,<5.2 - crispy2: django-crispy-forms>=2.0 + crispy-release: django-crispy-forms>=2.3 crispy-latest: https://github.com/django-crispy-forms/django-crispy-forms/archive/main.tar.gz extras = test commands = python -W error::DeprecationWarning -W error::PendingDeprecationWarning -m pytest {posargs}