File tree Expand file tree Collapse file tree 4 files changed +16
-4
lines changed Expand file tree Collapse file tree 4 files changed +16
-4
lines changed Original file line number Diff line number Diff line change 10
10
- DJANGO_VERSION='>=2.0,<2.1'
11
11
- DJANGO_VERSION='>=2.1,<2.2'
12
12
- DJANGO_VERSION='>=2.2,<3.0'
13
- - DJANGO_VERSION='>=3.0a1,<3.1'
13
+ - DJANGO_VERSION='>=3.0,<3.1'
14
+ - DJANGO_VERSION='>=3.1a1,<3.2'
14
15
matrix :
15
16
exclude :
16
17
- python : 2.7
@@ -20,11 +21,15 @@ matrix:
20
21
- python : 2.7
21
22
env : DJANGO_VERSION='>=2.2,<3.0'
22
23
- python : 2.7
23
- env : DJANGO_VERSION='>=3.0a1,<3.1'
24
+ env : DJANGO_VERSION='>=3.0,<3.1'
25
+ - python : 2.7
26
+ env : DJANGO_VERSION='>=3.1a1,<3.2'
24
27
- python : 3.5
25
28
env : DJANGO_VERSION='<2.0'
26
29
- python : 3.5
27
- env : DJANGO_VERSION='>=3.0a1,<3.1'
30
+ env : DJANGO_VERSION='>=3.0,<3.1'
31
+ - python : 3.5
32
+ env : DJANGO_VERSION='>=3.1a1,<3.2'
28
33
- python : 3.6
29
34
env : DJANGO_VERSION='<2.0'
30
35
- python : 3.7
Original file line number Diff line number Diff line change 1
1
SHELL := /bin/bash
2
2
3
3
PACKAGE_NAME =redis_cache
4
- DJANGO_VERSION?=> =1.11,<3.1
4
+ DJANGO_VERSION?=> =1.11,<3.2
5
5
6
6
.PHONY : install_requirements
7
7
install_requirements : requirements* .txt
Original file line number Diff line number Diff line change @@ -21,6 +21,11 @@ Docs can be found at http://django-redis-cache.readthedocs.org/en/latest/.
21
21
Changelog
22
22
=========
23
23
24
+ X.Y.Z
25
+ -----
26
+
27
+ * Confirms support for Django 3.1 (no code changes required).
28
+
24
29
2.1.1
25
30
-----
26
31
Original file line number Diff line number Diff line change 27
27
"Framework :: Django :: 2.0" ,
28
28
"Framework :: Django :: 2.1" ,
29
29
"Framework :: Django :: 2.2" ,
30
+ "Framework :: Django :: 3.0" ,
31
+ "Framework :: Django :: 3.1" ,
30
32
],
31
33
)
You can’t perform that action at this time.
0 commit comments