From 78b18a5b643a219ff8e70da790949285ed8d8c31 Mon Sep 17 00:00:00 2001 From: Valentin Samir Date: Sun, 5 Jul 2020 15:02:10 +0200 Subject: [PATCH] Allow patch release of 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 905b68e..38cfb70 100644 --- a/setup.py +++ b/setup.py @@ -62,7 +62,7 @@ if __name__ == '__main__': }, keywords=['django', 'cas', 'cas3', 'server', 'sso', 'single sign-on', 'authentication', 'auth'], install_requires=[ - 'Django >= 1.11,<=3.0', 'requests >= 2.4', 'requests_futures >= 0.9.5', + 'Django >= 1.11,<3.1', 'requests >= 2.4', 'requests_futures >= 0.9.5', 'lxml >= 3.4', 'six >= 1' ], url="https://github.com/nitmir/django-cas-server",