Skip to content

Commit cd99e65

Browse files
committed
ci: Update Django/Python test matrix
1 parent ee25ff7 commit cd99e65

File tree

1 file changed

+15
-5
lines changed

1 file changed

+15
-5
lines changed

.github/workflows/main.yml

+15-5
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,24 @@ jobs:
1717
- "3.9"
1818
- "3.10"
1919
- "3.11"
20+
- "3.12"
21+
- "3.13"
2022
django-version:
21-
- "3.2"
22-
- "4.1"
2323
- "4.2"
24+
- "5.0"
25+
- "5.1"
2426
exclude:
25-
# Django 3.2 is compatible with Python <= 3.10
26-
- python-version: "3.11"
27-
django-version: "3.2"
27+
# Django 4.2 is compatible with Python <= 3.12
28+
- python-version: "3.13"
29+
django-version: "4.2"
30+
# Django 5.0 is compatible with Python 3.10, 3.11, & 3.12
31+
- python-version: "3.9"
32+
django-version: "5.0"
33+
- python-version: "3.13"
34+
django-version: "5.0"
35+
# Django 5.1 is compatible with Python >= 3.10
36+
- python-version: "3.9"
37+
django-version: "5.1"
2838

2939
steps:
3040
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)