Skip to content

Commit 91192b7

Browse files
committed
chore ♻️ exclude python 3.9 with django 5.2
1 parent 315d55b commit 91192b7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ jobs:
4747
django-version: "4.2"
4848
- python-version: "3.11"
4949
django-version: "3.2"
50+
- python-version: "3.9"
51+
django-version: "5.2"
5052
- python-version: "3.8"
5153
django-version: "5.2"
5254
- python-version: "3.8"

0 commit comments

Comments
 (0)