Skip to content

Commit 6b52d5a

Browse files
committed
Test on newer Python & Django
1 parent e9d1783 commit 6b52d5a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/check.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ jobs:
1010

1111
strategy:
1212
matrix:
13-
python-version: ["3.8", "3.9"]
14-
django-version: ["3.2", "4.0"]
13+
python-version: ["3.8", "3.9", "3.10", "3.11"]
14+
django-version: ["3.2", "4.0", "4.1"]
1515

1616
steps:
1717
- name: Checkout
@@ -40,8 +40,8 @@ jobs:
4040

4141
strategy:
4242
matrix:
43-
python-version: ["3.8", "3.9"]
44-
django-version: ["3.2", "4.0"]
43+
python-version: ["3.8", "3.11"]
44+
django-version: ["3.2", "4.1"]
4545

4646
steps:
4747
- name: Checkout
@@ -70,8 +70,8 @@ jobs:
7070

7171
strategy:
7272
matrix:
73-
python-version: ["3.8", "3.9"]
74-
django-version: ["3.2", "4.0"]
73+
python-version: ["3.8", "3.11"]
74+
django-version: ["3.2", "4.1"]
7575

7676
steps:
7777
- name: Checkout

0 commit comments

Comments
 (0)