File tree Expand file tree Collapse file tree 3 files changed +18
-0
lines changed Expand file tree Collapse file tree 3 files changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -18,12 +18,14 @@ workflows:
18
18
- test-3.8-31
19
19
- test-3.8-32
20
20
- test-3.8-40
21
+ - test-3.8-41
21
22
22
23
- test-3.9-22
23
24
- test-3.9-30
24
25
- test-3.9-31
25
26
- test-3.9-32
26
27
- test-3.9-40
28
+ - test-3.9-41
27
29
28
30
- done :
29
31
requires :
@@ -42,12 +44,14 @@ workflows:
42
44
- test-3.8-31
43
45
- test-3.8-32
44
46
- test-3.8-40
47
+ - test-3.8-41
45
48
46
49
- test-3.9-22
47
50
- test-3.9-30
48
51
- test-3.9-31
49
52
- test-3.9-32
50
53
- test-3.9-40
54
+ - test-3.9-41
51
55
52
56
jobs :
53
57
base : &test-template
@@ -178,6 +182,12 @@ jobs:
178
182
- image : circleci/python:3.8-buster-node
179
183
environment :
180
184
DJANGO_VERSION : " 40"
185
+ test-3.8-41 :
186
+ << : *test-template
187
+ docker :
188
+ - image : circleci/python:3.8-buster-node
189
+ environment :
190
+ DJANGO_VERSION : " 41"
181
191
182
192
test-3.9-22 :
183
193
<< : *test-template
@@ -209,6 +219,12 @@ jobs:
209
219
- image : circleci/python:3.9-buster-node
210
220
environment :
211
221
DJANGO_VERSION : " 40"
222
+ test-3.9-41 :
223
+ << : *test-template
224
+ docker :
225
+ - image : circleci/python:3.9-buster-node
226
+ environment :
227
+ DJANGO_VERSION : " 41"
212
228
213
229
done :
214
230
docker :
Original file line number Diff line number Diff line change @@ -43,6 +43,7 @@ def rel(*parts):
43
43
'Framework :: Django :: 3.1' ,
44
44
'Framework :: Django :: 3.2' ,
45
45
'Framework :: Django :: 4.0' ,
46
+ 'Framework :: Django :: 4.1' ,
46
47
'Environment :: Web Environment' ,
47
48
'License :: OSI Approved :: MIT License' ,
48
49
],
Original file line number Diff line number Diff line change
1
+ django>=4.1,<4.2
You can’t perform that action at this time.
0 commit comments