From efa1342a4241c206cf91443455e6c4b1c5ad32cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Tue, 16 May 2023 10:55:06 +0200 Subject: [PATCH] build: allow django 2.2 to build package (#77647) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 3cca20e..2770440 100644 --- a/setup.py +++ b/setup.py @@ -133,7 +133,7 @@ setup( 'urllib3<2', ], setup_requires=[ - 'django>=3.2, <3.3', + 'django>=2.2, <3.3', ], zip_safe=False, cmdclass={