From ea21fd90cae1a6a889eed849717706bf787e2239 Mon Sep 17 00:00:00 2001 From: Benjamin Bach Date: Sat, 8 Feb 2020 10:46:38 +0100 Subject: [PATCH] Allow Django 3.0 in setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b00c180d..2e8f6205 100755 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ def get_path(fname): install_requirements = [ - "Django>=1.11,<2.3", + "Django>=1.11,<3.1", "bleach>=3.1.0,<3.2", "Pillow", "django-nyt>=1.1.5,<1.2", -- 2.45.2