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 9354674 commit 867ce6eCopy full SHA for 867ce6e
1 file changed
.github/workflows/ci.yml
@@ -18,7 +18,6 @@ jobs:
18
fail-fast: false
19
matrix:
20
python-version:
21
- - "3.9"
22
- "3.10"
23
- "3.11"
24
- "3.12"
@@ -28,11 +27,6 @@ jobs:
28
27
- django~=5.1.0
29
- django~=5.2.0
30
exclude:
31
- # Django 5.1+ requires Python >=3.10
32
- - python-version: "3.9"
33
- django-version: django~=5.1.0
34
35
- django-version: django~=5.2.0
36
# Python 3.13 supported only in Django >=5.1.3
37
- python-version: "3.13"
38
django-version: django~=4.2.0
0 commit comments