aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Crute <mike@crute.us>2017-06-18 19:35:02 -0700
committerMike Crute <mike@crute.us>2017-06-18 19:35:02 -0700
commit93357e373a68fc6054bef3aae3e3648cc1cb24e6 (patch)
tree7aef89b752c71737e2455713652c5b56a6c2cc58
parent2adbca3f8a133eb740d019739f682f4ad7c29d59 (diff)
downloadpydora-93357e373a68fc6054bef3aae3e3648cc1cb24e6.tar.bz2
pydora-93357e373a68fc6054bef3aae3e3648cc1cb24e6.tar.xz
pydora-93357e373a68fc6054bef3aae3e3648cc1cb24e6.zip
Enable 3.6 support
-rw-r--r--.travis.yml1
-rwxr-xr-xsetup.py1
2 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index b2cdc29..fdc4f5b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,4 +4,5 @@ python:
4 - "3.3" 4 - "3.3"
5 - "3.4" 5 - "3.4"
6 - "3.5" 6 - "3.5"
7 - "3.6"
7script: python setup.py validate 8script: python setup.py validate
diff --git a/setup.py b/setup.py
index 869852a..4076c76 100755
--- a/setup.py
+++ b/setup.py
@@ -80,6 +80,7 @@ setup(
80 "Programming Language :: Python :: 3.3", 80 "Programming Language :: Python :: 3.3",
81 "Programming Language :: Python :: 3.4", 81 "Programming Language :: Python :: 3.4",
82 "Programming Language :: Python :: 3.5", 82 "Programming Language :: Python :: 3.5",
83 "Programming Language :: Python :: 3.6",
83 "Topic :: Internet :: WWW/HTTP", 84 "Topic :: Internet :: WWW/HTTP",
84 "Topic :: Multimedia :: Sound/Audio :: Players", 85 "Topic :: Multimedia :: Sound/Audio :: Players",
85 ] 86 ]