Limit max Django version

Co-authored-by: Jeremy Stretch <jstretch@ns1.com>
This commit is contained in:
Ülgen Sarıkavak 2022-02-07 17:09:35 +03:00 committed by GitHub
parent 56d6ab0710
commit ff9eee0804
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,7 +35,7 @@ deps =
django30: Django>=3.0,<3.1
django31: Django>=3.1,<3.2
django32: Django>=3.2,<4.0
django40: Django>=4.0,<5.0
django40: Django>=4.0,<4.1
djangomaster: https://github.com/django/django/archive/master.zip
commands = {posargs:py.test --cov=graphene_django graphene_django examples}