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
1edefc72
Commit
1edefc72
authored
Aug 26, 2016
by
Tim Graham
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Drop support for Python 3.2
parent
77213d12
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
3 deletions
+1
-3
.travis.yml
.travis.yml
+0
-1
README.rst
README.rst
+1
-1
setup.py
setup.py
+0
-1
No files found.
.travis.yml
View file @
1edefc72
language
:
python
language
:
python
python
:
python
:
-
"
2.7"
-
"
2.7"
-
"
3.2"
-
"
3.3"
-
"
3.3"
-
"
3.4"
-
"
3.4"
env
:
env
:
...
...
README.rst
View file @
1edefc72
...
@@ -24,7 +24,7 @@ Changelog
...
@@ -24,7 +24,7 @@ Changelog
1.7.0
1.7.0
-----
-----
* Drops support for Django < 1.8.
* Drops support for Django < 1.8
and Python 3.2
.
1.5.0
1.5.0
-----
-----
...
...
setup.py
View file @
1edefc72
...
@@ -12,7 +12,6 @@ setup(
...
@@ -12,7 +12,6 @@ setup(
classifiers
=
[
classifiers
=
[
"Programming Language :: Python"
,
"Programming Language :: Python"
,
"Programming Language :: Python :: 2.7"
,
"Programming Language :: Python :: 2.7"
,
"Programming Language :: Python :: 3.2"
,
"Programming Language :: Python :: 3.3"
,
"Programming Language :: Python :: 3.3"
,
"Programming Language :: Python :: 3.4"
,
"Programming Language :: Python :: 3.4"
,
"Operating System :: OS Independent"
,
"Operating System :: OS Independent"
,
...
...
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