From 83ee36d05c703d3ac8b8268a3b2b2235fdb33bfd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Thu, 30 Mar 2023 09:52:14 +0200 Subject: [PATCH] ci: update for django 3.2 --- setup.py | 2 +- tox.ini | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) 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