We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9d1783 commit 6b52d5aCopy full SHA for 6b52d5a
.github/workflows/check.yml
@@ -10,8 +10,8 @@ jobs:
10
11
strategy:
12
matrix:
13
- python-version: ["3.8", "3.9"]
14
- django-version: ["3.2", "4.0"]
+ python-version: ["3.8", "3.9", "3.10", "3.11"]
+ django-version: ["3.2", "4.0", "4.1"]
15
16
steps:
17
- name: Checkout
@@ -40,8 +40,8 @@ jobs:
40
41
42
43
44
+ python-version: ["3.8", "3.11"]
+ django-version: ["3.2", "4.1"]
45
46
47
@@ -70,8 +70,8 @@ jobs:
70
71
72
73
74
75
76
77
0 commit comments