Skip to content

Commit 3455b76

Browse files
committed
[ci] Dropped Python 3.9
1 parent 8755edf commit 3455b76

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ jobs:
2727
fail-fast: false
2828
matrix:
2929
python-version:
30-
- "3.9"
3130
- "3.10"
3231
- "3.11"
3332
- "3.12"
@@ -36,15 +35,6 @@ jobs:
3635
- django~=4.2.0
3736
- django~=5.1.0
3837
- django~=5.2.0
39-
exclude:
40-
# Django 5.1+ requires Python >=3.10
41-
- python-version: "3.9"
42-
django-version: django~=5.1.0
43-
- python-version: "3.9"
44-
django-version: django~=5.2.0
45-
# Python 3.13 supported only in Django >=5.1.3
46-
- python-version: "3.13"
47-
django-version: django~=4.2.0
4838

4939
steps:
5040
- uses: actions/checkout@v5

0 commit comments

Comments
 (0)