Commit 88cd5824 authored by Tim Graham's avatar Tim Graham

Confirm support for Python 3.5

parent 1edefc72
...@@ -3,6 +3,7 @@ python: ...@@ -3,6 +3,7 @@ python:
- "2.7" - "2.7"
- "3.3" - "3.3"
- "3.4" - "3.4"
- "3.5"
env: env:
- DJANGO_VERSION=1.8 - DJANGO_VERSION=1.8
# command to run tests # command to run tests
......
...@@ -14,6 +14,7 @@ setup( ...@@ -14,6 +14,7 @@ setup(
"Programming Language :: Python :: 2.7", "Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.3",
"Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5",
"Operating System :: OS Independent", "Operating System :: OS Independent",
"Topic :: Software Development :: Libraries", "Topic :: Software Development :: Libraries",
"Topic :: Utilities", "Topic :: Utilities",
......
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