From e6d8a955d2896b86591dcef97d9d4e33ea75c08a Mon Sep 17 00:00:00 2001 From: Dave Halter Date: Sat, 25 Apr 2020 23:25:51 +0200 Subject: [PATCH] Pin Django in a different way so tests can work everywhere --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 3e592481..cafb8b75 100755 --- a/setup.py +++ b/setup.py @@ -45,7 +45,7 @@ setup(name='jedi', 'docopt', # coloroma for colored debug output 'colorama', - 'Django==3.0.5', # For now pin this. + 'Django<3.1', # For now pin this. ], 'qa': [ 'flake8==3.7.9',