From 93357e373a68fc6054bef3aae3e3648cc1cb24e6 Mon Sep 17 00:00:00 2001 From: Mike Crute Date: Sun, 18 Jun 2017 19:35:02 -0700 Subject: Enable 3.6 support --- .travis.yml | 1 + setup.py | 1 + 2 files changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index b2cdc29..fdc4f5b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,4 +4,5 @@ python: - "3.3" - "3.4" - "3.5" + - "3.6" script: 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( "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", + "Programming Language :: Python :: 3.6", "Topic :: Internet :: WWW/HTTP", "Topic :: Multimedia :: Sound/Audio :: Players", ] -- cgit v1.2.3