Skip to content

Commit fa80622

Browse files
dee077pandafy
authored andcommitted
[deps] Dropped support for Python 3.9
1 parent 6f6fd7e commit fa80622

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 6 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"
@@ -37,11 +36,6 @@ jobs:
3736
- django~=5.1.0
3837
- django~=5.2.0
3938
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
4539
# Python 3.13 supported only in Django >=5.1.3
4640
- python-version: "3.13"
4741
django-version: django~=4.2.0

0 commit comments

Comments
 (0)