Unverified Commit 0a085f88 authored by Sean Bleier's avatar Sean Bleier Committed by GitHub

Merge pull request #191 from felixxm/django31

Confirm support for Django 3.1.
parents cabfcb24 66947742
......@@ -10,7 +10,8 @@ env:
- DJANGO_VERSION='>=2.0,<2.1'
- DJANGO_VERSION='>=2.1,<2.2'
- DJANGO_VERSION='>=2.2,<3.0'
- DJANGO_VERSION='>=3.0a1,<3.1'
- DJANGO_VERSION='>=3.0,<3.1'
- DJANGO_VERSION='>=3.1a1,<3.2'
matrix:
exclude:
- python: 2.7
......@@ -20,11 +21,15 @@ matrix:
- python: 2.7
env: DJANGO_VERSION='>=2.2,<3.0'
- python: 2.7
env: DJANGO_VERSION='>=3.0a1,<3.1'
env: DJANGO_VERSION='>=3.0,<3.1'
- python: 2.7
env: DJANGO_VERSION='>=3.1a1,<3.2'
- python: 3.5
env: DJANGO_VERSION='<2.0'
- python: 3.5
env: DJANGO_VERSION='>=3.0a1,<3.1'
env: DJANGO_VERSION='>=3.0,<3.1'
- python: 3.5
env: DJANGO_VERSION='>=3.1a1,<3.2'
- python: 3.6
env: DJANGO_VERSION='<2.0'
- python: 3.7
......
SHELL := /bin/bash
PACKAGE_NAME=redis_cache
DJANGO_VERSION?=>=1.11,<3.1
DJANGO_VERSION?=>=1.11,<3.2
.PHONY: install_requirements
install_requirements: requirements*.txt
......
......@@ -21,6 +21,11 @@ Docs can be found at http://django-redis-cache.readthedocs.org/en/latest/.
Changelog
=========
X.Y.Z
-----
* Confirms support for Django 3.1 (no code changes required).
2.1.1
-----
......
......@@ -27,5 +27,7 @@ setup(
"Framework :: Django :: 2.0",
"Framework :: Django :: 2.1",
"Framework :: Django :: 2.2",
"Framework :: Django :: 3.0",
"Framework :: Django :: 3.1",
],
)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment