diff --git a/setup.py b/setup.py index a082370..d7eb622 100644 --- a/setup.py +++ b/setup.py @@ -104,7 +104,7 @@ setup( 'Programming Language :: Python', ], install_requires=[ - 'django>=2.2, <2.3', + 'django>=3.2, <3.3', ], zip_safe=False, entry_points={ diff --git a/tox.ini b/tox.ini index fe87146..3f7a834 100644 --- a/tox.ini +++ b/tox.ini @@ -19,10 +19,9 @@ deps = pytest-django WebTest django-webtest - psycopg2-binary<2.9 - psycopg2<2.9 + psycopg2-binary django-ratelimit<3 - django>=2.2,<2.3 + django>=3.2,<3.3 git+https://git.entrouvert.org/entrouvert/debian-django-ckeditor.git git+https://git.entrouvert.org/entrouvert/publik-django-templatetags.git git+https://git.entrouvert.org/entrouvert/combo.git