mirror of
https://github.com/graphql-python/graphene-django.git
synced 2025-04-13 05:34:20 +03:00
Django 4.1 does support python 3.8 to 3.11
This commit is contained in:
parent
cf88b5ff1b
commit
da4b813ed4
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
|
@ -8,7 +8,7 @@ jobs:
|
|||
strategy:
|
||||
max-parallel: 4
|
||||
matrix:
|
||||
django: ["2.2", "3.0", "3.1", "3.2", "4.0"]
|
||||
django: ["2.2", "3.0", "3.1", "3.2", "4.0", "4.1"]
|
||||
python-version: ["3.8", "3.9"]
|
||||
include:
|
||||
- django: "2.2"
|
||||
|
|
Loading…
Reference in New Issue
Block a user