dj32: update django-rest-framework requirement (#74843)

* declare latest supported version in setup.py
* set limit in tox.ini for test with django 2.x
This commit is contained in:
Benjamin Dauvergne 2023-02-24 17:22:27 +01:00
parent 04fba9a035
commit 4ba9701d2b
2 changed files with 2 additions and 2 deletions

View File

@ -111,7 +111,7 @@ setup(
'jsonschema',
'gadjo',
'six',
'djangorestframework>=3.3,<3.10',
'djangorestframework>=3.9,<3.13',
'pytz',
'python-dateutil',
'django-admin-rangefilter',

View File

@ -19,9 +19,9 @@ usedevelop = true
deps =
dj22: django<2.3
dj22: psycopg2-binary<2.9
dj22: djangorestframework>=3.9.2,<3.10
dj32: django>=3.2,<3.3
dj32: psycopg2-binary
djangorestframework>=3.9.2,<3.10
pip>8
pytest-flakes
coverage