From 6bffc176dc6b127f1ee712b5b68bd8d7ac9a927e Mon Sep 17 00:00:00 2001 From: Thomas Kemmer Date: Fri, 11 Aug 2017 18:39:02 +0200 Subject: Fix #86: Officially support Python 3.6. --- .travis.yml | 1 + setup.py | 1 + 2 files changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 6a2852b..d24ada3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,6 +7,7 @@ python: - 3.3 - 3.4 - 3.5 +- 3.6 install: - pip install coveralls tox diff --git a/setup.py b/setup.py index 8e11256..57fa425 100644 --- a/setup.py +++ b/setup.py @@ -32,6 +32,7 @@ setup( 'Programming Language :: Python :: 3.3', 'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: 3.5', + 'Programming Language :: Python :: 3.6', 'Topic :: Software Development :: Libraries :: Python Modules' ] ) -- cgit v1.2.3