Skip to content

Commit 867ce6e

Browse files
authored
[ci] Droped Python 3.9 from CI matrix
1 parent 9354674 commit 867ce6e

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ jobs:
1818
fail-fast: false
1919
matrix:
2020
python-version:
21-
- "3.9"
2221
- "3.10"
2322
- "3.11"
2423
- "3.12"
@@ -28,11 +27,6 @@ jobs:
2827
- django~=5.1.0
2928
- django~=5.2.0
3029
exclude:
31-
# Django 5.1+ requires Python >=3.10
32-
- python-version: "3.9"
33-
django-version: django~=5.1.0
34-
- python-version: "3.9"
35-
django-version: django~=5.2.0
3630
# Python 3.13 supported only in Django >=5.1.3
3731
- python-version: "3.13"
3832
django-version: django~=4.2.0

0 commit comments

Comments
 (0)