diff --git a/setup.py b/setup.py index 38eb719..28b1ef8 100644 --- a/setup.py +++ b/setup.py @@ -111,7 +111,7 @@ setup( 'jsonschema', 'gadjo', 'six', - 'djangorestframework>=3.3,<3.10', + 'djangorestframework>=3.9,<3.13', 'pytz', 'python-dateutil', 'django-admin-rangefilter', diff --git a/tox.ini b/tox.ini index c9e55b8..db393d2 100644 --- a/tox.ini +++ b/tox.ini @@ -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