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 1010 - DJANGO_VERSION='>=2.0,<2.1'
1111 - DJANGO_VERSION='>=2.1,<2.2'
1212 - 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'
1415matrix :
1516 exclude :
1617 - python : 2.7
@@ -20,11 +21,15 @@ matrix:
2021 - python : 2.7
2122 env : DJANGO_VERSION='>=2.2,<3.0'
2223 - 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'
2427 - python : 3.5
2528 env : DJANGO_VERSION='<2.0'
2629 - 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'
2833 - python : 3.6
2934 env : DJANGO_VERSION='<2.0'
3035 - python : 3.7
Original file line number Diff line number Diff line change 11SHELL := /bin/bash
22
33PACKAGE_NAME =redis_cache
4- DJANGO_VERSION?=> =1.11,<3.1
4+ DJANGO_VERSION?=> =1.11,<3.2
55
66.PHONY : install_requirements
77install_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/.
2121Changelog
2222=========
2323
24+ X.Y.Z
25+ -----
26+
27+ * Confirms support for Django 3.1 (no code changes required).
28+
24292.1.1
2530-----
2631
Original file line number Diff line number Diff line change 2727 "Framework :: Django :: 2.0" ,
2828 "Framework :: Django :: 2.1" ,
2929 "Framework :: Django :: 2.2" ,
30+ "Framework :: Django :: 3.0" ,
31+ "Framework :: Django :: 3.1" ,
3032 ],
3133)
You can’t perform that action at this time.
0 commit comments