Skip to content

Commit 7806864

Browse files
dee077nemesifier
authored andcommitted
[ci] Drop python3.9
1 parent 33d80a2 commit 7806864

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ jobs:
2424
fail-fast: false
2525
matrix:
2626
python-version:
27-
- "3.9"
2827
- "3.10"
2928
- "3.11"
3029
- "3.12"
@@ -35,13 +34,6 @@ jobs:
3534
- django~=5.1.0
3635
- django~=5.2.0
3736
exclude:
38-
# Django 5.0+ requires Python >=3.10
39-
- python-version: "3.9"
40-
django-version: django~=5.0.0
41-
- python-version: "3.9"
42-
django-version: django~=5.1.0
43-
- python-version: "3.9"
44-
django-version: django~=5.2.0
4537
# Python 3.13 supported only in Django >=5.1.3
4638
- python-version: "3.13"
4739
django-version: django~=4.2.0

0 commit comments

Comments
 (0)