Commit 1edefc72 authored by Tim Graham's avatar Tim Graham

Drop support for Python 3.2

parent 77213d12
language: python language: python
python: python:
- "2.7" - "2.7"
- "3.2"
- "3.3" - "3.3"
- "3.4" - "3.4"
env: env:
......
...@@ -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
----- -----
......
...@@ -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",
......
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