Commit 172ee6a1 authored by Tim Graham's avatar Tim Graham

Add testing for Python 3.7

parent 966cec9c
...@@ -5,6 +5,7 @@ python: ...@@ -5,6 +5,7 @@ python:
- 3.4 - 3.4
- 3.5 - 3.5
- 3.6 - 3.6
- 3.7
env: env:
- DJANGO_VERSION='>=1.11,<2.0' - DJANGO_VERSION='>=1.11,<2.0'
- DJANGO_VERSION='>=2.0,<2.1' - DJANGO_VERSION='>=2.0,<2.1'
......
...@@ -21,6 +21,11 @@ Docs can be found at http://django-redis-cache.readthedocs.org/en/latest/. ...@@ -21,6 +21,11 @@ Docs can be found at http://django-redis-cache.readthedocs.org/en/latest/.
Changelog Changelog
========= =========
X.Y.Z
-----
* Adds testing for Python 3.7 (no code changes required).
1.8.0 1.8.0
----- -----
......
...@@ -2,4 +2,4 @@ hiredis==0.2.0 ...@@ -2,4 +2,4 @@ hiredis==0.2.0
django-nose==1.4.4 django-nose==1.4.4
nose==1.3.6 nose==1.3.6
msgpack-python==0.4.6 msgpack-python==0.4.6
pyyaml==3.11 pyyaml==3.13
...@@ -16,6 +16,7 @@ setup( ...@@ -16,6 +16,7 @@ setup(
"Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"License :: OSI Approved :: BSD License", "License :: OSI Approved :: BSD License",
"Operating System :: OS Independent", "Operating System :: OS Independent",
"Topic :: Software Development :: Libraries", "Topic :: Software Development :: Libraries",
......
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