Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
D
Django-Redis-Cache
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Shared
Django-Redis-Cache
Commits
172ee6a1
Commit
172ee6a1
authored
Jan 25, 2019
by
Tim Graham
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add testing for Python 3.7
parent
966cec9c
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
1 deletion
+8
-1
.travis.yml
.travis.yml
+1
-0
README.rst
README.rst
+5
-0
requirements-dev.txt
requirements-dev.txt
+1
-1
setup.py
setup.py
+1
-0
No files found.
.travis.yml
View file @
172ee6a1
...
...
@@ -5,6 +5,7 @@ python:
-
3.4
-
3.5
-
3.6
-
3.7
env
:
-
DJANGO_VERSION='>=1.11,<2.0'
-
DJANGO_VERSION='>=2.0,<2.1'
...
...
README.rst
View file @
172ee6a1
...
...
@@ -21,6 +21,11 @@ Docs can be found at http://django-redis-cache.readthedocs.org/en/latest/.
Changelog
=========
X.Y.Z
-----
* Adds testing for Python 3.7 (no code changes required).
1.8.0
-----
...
...
requirements-dev.txt
View file @
172ee6a1
...
...
@@ -2,4 +2,4 @@ hiredis==0.2.0
django-nose==1.4.4
nose==1.3.6
msgpack-python==0.4.6
pyyaml==3.1
1
pyyaml==3.1
3
setup.py
View file @
172ee6a1
...
...
@@ -16,6 +16,7 @@ setup(
"Programming Language :: Python :: 3.4"
,
"Programming Language :: Python :: 3.5"
,
"Programming Language :: Python :: 3.6"
,
"Programming Language :: Python :: 3.7"
,
"License :: OSI Approved :: BSD License"
,
"Operating System :: OS Independent"
,
"Topic :: Software Development :: Libraries"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment