File tree Expand file tree Collapse file tree 2 files changed +13
-19
lines changed Expand file tree Collapse file tree 2 files changed +13
-19
lines changed Original file line number Diff line number Diff line change @@ -15,22 +15,29 @@ jobs:
15
15
fail-fast : false
16
16
matrix :
17
17
python-version :
18
- - ' 3.6'
19
- - ' 3.7'
20
18
- ' 3.8'
21
19
- ' 3.9'
22
20
- ' 3.10'
23
21
django-version :
24
- - ' 2.2'
25
- - ' 3.1'
26
22
- ' 3.2'
27
23
- ' 4.0'
28
24
- ' 4.1'
29
25
redis-version :
30
26
- ' latest'
31
27
32
- # only test pre-release dependencies for the latest Python
28
+ # Only test pre-release dependencies for the latest Python.
29
+ # And keep testing Django 3.2 with python 3.6 and 3.7
33
30
include :
31
+ # Django 3.2 and python 3.6 with latest redis
32
+ - django-version : ' 3.2'
33
+ redis-version : ' latest'
34
+ python-version : ' 3.6'
35
+
36
+ # Django 3.2 and python 3.7 with latest redis
37
+ - django-version : ' 3.2'
38
+ redis-version : ' latest'
39
+ python-version : ' 3.7'
40
+
34
41
# latest Django with pre-release redis
35
42
- django-version : ' 4.0'
36
43
redis-version : ' master'
46
53
redis-version : ' master'
47
54
python-version : ' 3.10'
48
55
49
- # exclude python 3.6 and 3.7 for django 4.x as they are not supported see https://docs.djangoproject.com/en/dev/releases/4.0/#python-compatibility
50
- exclude :
51
- - django-version : ' 4.1'
52
- python-version : ' 3.6'
53
-
54
- - django-version : ' 4.1'
55
- python-version : ' 3.7'
56
-
57
- - django-version : ' 4.0'
58
- python-version : ' 3.6'
59
-
60
- - django-version : ' 4.0'
61
- python-version : ' 3.7'
62
-
63
56
steps :
64
57
- uses : actions/checkout@v2
65
58
Original file line number Diff line number Diff line change
1
+ Dropped support for django 2.2 and 3.1
You can’t perform that action at this time.
0 commit comments