django3: fix django 3 being installed in django 2 test env in CI (#68260)

This commit is contained in:
Agate 2022-08-18 15:21:23 +02:00
parent bc345dcbfa
commit cf57c91aa8
1 changed files with 2 additions and 0 deletions

View File

@ -32,8 +32,10 @@ deps =
django-mellon>=1.6.1
pytest-freezegun
django22: django>=2.2,<2.3
django22: django-filter<22
django22: psycopg2-binary<2.9
django32: django>=3.2,<3.3
django32: django-filter>=22
django32: psycopg2-binary>=2.9
codestyle: pre-commit
git+https://git.entrouvert.org/publik-django-templatetags.git