File tree Expand file tree Collapse file tree 3 files changed +6
-11
lines changed Expand file tree Collapse file tree 3 files changed +6
-11
lines changed Original file line number Diff line number Diff line change 30
30
- django-version : ' 3.2'
31
31
python-version : ' 3.10'
32
32
33
- - django-version : ' 4.0'
34
- python-version : ' 3.8'
35
- - django-version : ' 4.0'
36
- python-version : ' 3.9'
37
- - django-version : ' 4.0'
38
- python-version : ' 3.10'
39
-
40
33
- django-version : ' 4.1'
41
34
python-version : ' 3.8'
42
35
- django-version : ' 4.1'
Original file line number Diff line number Diff line change @@ -16,7 +16,6 @@ classifiers =[
16
16
" Development Status :: 5 - Production/Stable" ,
17
17
" Framework :: Django" ,
18
18
" Framework :: Django :: 3.2" ,
19
- " Framework :: Django :: 4.0" ,
20
19
" Framework :: Django :: 4.1" ,
21
20
" Framework :: Django :: 4.2" ,
22
21
" Intended Audience :: Developers" ,
Original file line number Diff line number Diff line change 2
2
envlist =
3
3
py3{11, 10, 9, 8}-dj42
4
4
py3{11, 10, 9, 8}-dj41
5
- py3{10, 9, 8}-dj40
6
5
py3{10, 9, 8, 7, 6}-dj32
7
6
py3{12, 11, 10}-djmain
8
7
isolated_build = true
12
11
covdefaults
13
12
coverage[toml]
14
13
dj32: Django~=3.2.16
15
- dj40: Django~=4.0.8
16
14
dj41: Django~=4.1.3
17
15
dj42: Django~=4.2.1
18
16
djmain: https://github.com/django/django/tarball/main
@@ -26,6 +24,12 @@ commands =
26
24
coverage report
27
25
coverage xml
28
26
27
+ [testenv:py36-dj32]
28
+ download = true
29
+ deps =
30
+ {[testenv]deps}
31
+ importlib_metadata
32
+
29
33
[gh-actions]
30
34
python =
31
35
3.6: py36
@@ -39,7 +43,6 @@ python =
39
43
[gh-actions:env]
40
44
django =
41
45
3.2: dj32
42
- 4.0: dj40
43
46
4.1: dj41
44
47
4.2: dj42
45
48
main: djmain
You can’t perform that action at this time.
0 commit comments