From 9445d6c9b6a857827de97f6a39dc713d9f1537d8 Mon Sep 17 00:00:00 2001 From: PhiBo Date: Mon, 23 Jan 2017 21:41:58 +0100 Subject: [PATCH 1/3] test - Add Python 3.6 to Travis builds --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 6e3073f..ddf968c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,7 @@ python: - "3.3" - "3.4" - "3.5" + - "3.6" - "pypy" - "pypy3" From 5ffe84a01c5bf6b95862573b13d03639cb3b0d97 Mon Sep 17 00:00:00 2001 From: PhiBo Date: Mon, 23 Jan 2017 21:42:17 +0100 Subject: [PATCH 2/3] test - Add Python 3.6 to tox tests --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 01c99b5..abbdf5d 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py27,py32,py33,py34,py35,pypy,pypy3 +envlist = py27,py32,py33,py34,py35,py36,pypy,pypy3 [testenv] deps = pytest From 792cded46e8d19a9bfa50522971111f89cdf32a8 Mon Sep 17 00:00:00 2001 From: PhiBo Date: Mon, 23 Jan 2017 21:42:52 +0100 Subject: [PATCH 3/3] build - Add Python 3.6 to classifiers --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 376afa1..65ec27f 100644 --- a/setup.py +++ b/setup.py @@ -39,6 +39,7 @@ "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", + "Programming Language :: Python :: 3.6", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy" ],