From e17397307541b3a6c65cd9e6ebfa11e9d0dc916d Mon Sep 17 00:00:00 2001 From: Erik Welch Date: Tue, 27 Dec 2016 21:13:43 -0800 Subject: [PATCH 1/2] Add python 3.6 to the test matrix --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index b4e82fcb..c70b24b8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,7 @@ python: - "3.3" - "3.4" - "3.5" + - "3.6" - "pypy" env: From 7ef07c07096ec13562098dbbf784495f906fd50b Mon Sep 17 00:00:00 2001 From: Erik Welch Date: Wed, 28 Dec 2016 19:23:31 -0800 Subject: [PATCH 2/2] and in setup.py --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 0560e67b..7ae76e18 100755 --- a/setup.py +++ b/setup.py @@ -31,5 +31,6 @@ "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"])