Skip to content

Commit 5b05711

Browse files
committed
Add Django 4.1 version support, drop 2.2 support
1 parent 0154314 commit 5b05711

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,20 +63,20 @@ jobs:
6363
- "3.9"
6464
- "3.10"
6565
django-version:
66-
- "2.2"
6766
- "3.2"
6867
- "4.0"
68+
- "4.1"
6969
extras:
7070
- "test"
7171
include:
7272
- python-version: "3.x"
73-
django-version: "4.0"
73+
django-version: "4.1"
7474
extras: "test,dramatiq"
7575
- python-version: "3.x"
76-
django-version: "4.0"
76+
django-version: "4.1"
7777
extras: "test,celery"
7878
- python-version: "3.x"
79-
django-version: "4.0"
79+
django-version: "4.1"
8080
extras: "test,reversion"
8181
steps:
8282
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)