File tree Expand file tree Collapse file tree 3 files changed +26
-0
lines changed Expand file tree Collapse file tree 3 files changed +26
-0
lines changed Original file line number Diff line number Diff line change @@ -9,17 +9,20 @@ workflows:
9
9
- test-3.8-32
10
10
- test-3.8-40
11
11
- test-3.8-41
12
+ - test-3.8-42
12
13
13
14
- test-3.9-22
14
15
- test-3.9-30
15
16
- test-3.9-31
16
17
- test-3.9-32
17
18
- test-3.9-40
18
19
- test-3.9-41
20
+ - test-3.9-42
19
21
20
22
- test-3.10-32
21
23
- test-3.10-40
22
24
- test-3.10-41
25
+ - test-3.10-42
23
26
24
27
- test-3.11-32
25
28
- test-3.11-40
@@ -32,17 +35,20 @@ workflows:
32
35
- test-3.8-32
33
36
- test-3.8-40
34
37
- test-3.8-41
38
+ - test-3.8-42
35
39
36
40
- test-3.9-22
37
41
- test-3.9-30
38
42
- test-3.9-31
39
43
- test-3.9-32
40
44
- test-3.9-40
41
45
- test-3.9-41
46
+ - test-3.9-42
42
47
43
48
- test-3.10-32
44
49
- test-3.10-40
45
50
- test-3.10-41
51
+ - test-3.10-42
46
52
47
53
- test-3.11-32
48
54
- test-3.11-40
@@ -185,6 +191,12 @@ jobs:
185
191
- image : circleci/python:3.8-buster-node
186
192
environment :
187
193
DJANGO_VERSION : " 41"
194
+ test-3.8-42 :
195
+ << : *test-template
196
+ docker :
197
+ - image : circleci/python:3.8-buster-node
198
+ environment :
199
+ DJANGO_VERSION : " 42"
188
200
189
201
test-3.9-22 :
190
202
<< : *test-template
@@ -222,6 +234,12 @@ jobs:
222
234
- image : circleci/python:3.9-buster-node
223
235
environment :
224
236
DJANGO_VERSION : " 41"
237
+ test-3.9-42 :
238
+ << : *test-template
239
+ docker :
240
+ - image : circleci/python:3.9-buster-node
241
+ environment :
242
+ DJANGO_VERSION : " 42"
225
243
226
244
test-3.10-32 :
227
245
<< : *test-template
@@ -241,6 +259,12 @@ jobs:
241
259
- image : circleci/python:3.10-buster-node
242
260
environment :
243
261
DJANGO_VERSION : " 41"
262
+ test-3.10-42 :
263
+ << : *test-template
264
+ docker :
265
+ - image : circleci/python:3.10-buster-node
266
+ environment :
267
+ DJANGO_VERSION : " 42"
244
268
245
269
test-3.11-32 :
246
270
<< : *test-template
Original file line number Diff line number Diff line change @@ -45,6 +45,7 @@ def rel(*parts):
45
45
'Framework :: Django :: 3.2' ,
46
46
'Framework :: Django :: 4.0' ,
47
47
'Framework :: Django :: 4.1' ,
48
+ 'Framework :: Django :: 4.2' ,
48
49
'Environment :: Web Environment' ,
49
50
'License :: OSI Approved :: MIT License' ,
50
51
],
Original file line number Diff line number Diff line change
1
+ django>=4.2a1,<5.0
You can’t perform that action at this time.
0 commit comments