From f37f1a0d9314f35dc6c94518a97966c23edf8bdc Mon Sep 17 00:00:00 2001 From: Aaron G Date: Mon, 23 Jan 2023 16:08:15 -0600 Subject: [PATCH] Extending Django compatible versions up to 3.2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 137a44e..09af435 100755 --- a/setup.py +++ b/setup.py @@ -50,7 +50,7 @@ def get_version(*file_paths): include_package_data=True, install_requires=[ # TBD: GH issue #3 includes support for elasticsearch-dsl>=6.2.0 - "Django>=1.8,<=3.1", "elasticsearch-dsl>=6.0.0,<6.2.0", "texttable>=1.2.1", + "Django>=1.8,<3.3", "elasticsearch-dsl>=6.0.0,<6.2.0", "texttable>=1.2.1", "multiprocessing-logging>=0.2.6" ], zip_safe=False,