Skip to content

Commit a6b3746

Browse files
committed
ISSUE-50: Add django 52 Support
1 parent 4a98b17 commit a6b3746

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,18 @@ jobs:
1616
fail-fast: false
1717
matrix:
1818
python: ["3.8", "3.9", "3.10", "3.11"]
19-
django: ["3.2.16", "4.0.8", "4.1.4" ]
19+
django: ["3.2.16", "4.0.8", "4.1.4", "5.0.1"]
2020
exclude:
2121
# Excludes Python 3.11 for Django < 4.1
2222
- python: "3.11"
2323
django: "3.2.16"
2424
- python: "3.11"
2525
django: "4.0.8"
26+
# Django 5.0 requires Python 3.10 or higher
27+
- python: "3.8"
28+
django: "5.0.1"
29+
- python: "3.9"
30+
django: "5.0.1"
2631

2732
services:
2833
postgres:

0 commit comments

Comments
 (0)