Skip to content

Commit 0033c9a

Browse files
committed
[ci] Drop Python 3.9 from CI matrix
Fixes #206
1 parent 051f246 commit 0033c9a

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,6 @@ jobs:
2727
- django~=5.1.0
2828
- django~=5.2.0
2929
exclude:
30-
# Django 5.1+ requires Python >=3.10
31-
- python-version: "3.9"
32-
django-version: django~=5.1.0
33-
- python-version: "3.9"
34-
django-version: django~=5.2.0
3530
# Python 3.13 supported only in Django >=5.1.3
3631
- python-version: "3.13"
3732
django-version: django~=4.2.0

0 commit comments

Comments
 (0)