From c5c380f9f3a83c0b96504798b8eef348a3071d62 Mon Sep 17 00:00:00 2001 From: Eugene Tataurov Date: Tue, 28 Mar 2017 15:03:35 +0300 Subject: [PATCH 1/2] Test 3.6 support --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 3c170b7..9c248bc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,7 @@ python: - "3.3" - "3.4" - "3.5" + - "3.6" install: - "pip install -U setuptools" - "python setup.py install" From b899da2bbdeb03f11f6ae08b158de5596c7bff7d Mon Sep 17 00:00:00 2001 From: Eugene Tataurov Date: Tue, 28 Mar 2017 15:09:29 +0300 Subject: [PATCH 2/2] Update setup.py Declare 3.6 support --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index b93fcae..56b0ce1 100644 --- a/setup.py +++ b/setup.py @@ -23,5 +23,6 @@ 'Programming Language :: Python :: 3.3', 'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: 3.5', + 'Programming Language :: Python :: 3.6', ], )