mirror of
https://github.com/graphql-python/graphene-django.git
synced 2025-07-11 00:32:24 +03:00
Limit max Django version
Co-authored-by: Jeremy Stretch <jstretch@ns1.com>
This commit is contained in:
parent
56d6ab0710
commit
ff9eee0804
2
tox.ini
2
tox.ini
|
@ -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}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user