Skip to content

Commit 4f96e02

Browse files
committed
Add Python 3.12 and Django 5.0 to CI matrix
1 parent be7bcec commit 4f96e02

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,11 @@ jobs:
3030
- "3.9"
3131
- "3.10"
3232
- "3.11"
33+
- "3.12"
3334
django:
3435
- "3.2.*"
3536
- "4.2.*"
37+
- "5.0.*"
3638
exclude:
3739
- python: "3.11"
3840
django: "3.2.*"

0 commit comments

Comments
 (0)