We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26cdcef commit d54277cCopy full SHA for d54277c
.github/workflows/ci.yml
@@ -76,12 +76,15 @@ jobs:
76
- "5.0"
77
- "5.1"
78
exclude:
79
+ # See https://docs.djangoproject.com/en/dev/faq/install/#what-python-version-can-i-use-with-django
80
- django-version: "4.2"
- python-version: ["3.13"]
81
+ python-version: "3.13"
82
- django-version: "5.0"
- python-version: ["3.9", "3.13"]
83
+ python-version: "3.9"
84
+ - django-version: "5.0"
85
86
- django-version: "5.1"
- python-version: ["3.9"]
87
88
runs-on: ubuntu-latest
89
steps:
90
- uses: actions/checkout@v4
0 commit comments