From 88cd5824cb8019a133bd67fb8ca333020752fb1e Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Fri, 26 Aug 2016 09:17:14 -0400 Subject: [PATCH] Confirm support for Python 3.5 --- .travis.yml | 1 + setup.py | 1 + 2 files changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index d8f6d973..b7c9514a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,7 @@ python: - "2.7" - "3.3" - "3.4" + - "3.5" env: - DJANGO_VERSION=1.8 # command to run tests diff --git a/setup.py b/setup.py index e97ffbec..2ef8b3d5 100644 --- a/setup.py +++ b/setup.py @@ -14,6 +14,7 @@ "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", + "Programming Language :: Python :: 3.5", "Operating System :: OS Independent", "Topic :: Software Development :: Libraries", "Topic :: Utilities",