From 8364d34d896de32f0839ffbd65c5254fca068a45 Mon Sep 17 00:00:00 2001 From: Hugo Date: Wed, 1 Mar 2017 22:39:48 +0200 Subject: [PATCH 1/2] Python 3.6 is out --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 7ab12690..3b83e3bf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,6 +16,7 @@ python: - "3.3" - "3.4" - "3.5" + - "3.6" notifications: email: false From 8983e9ebabd0537a9db1a79471fe1652b7dee45a Mon Sep 17 00:00:00 2001 From: Hugo Date: Wed, 1 Mar 2017 22:40:40 +0200 Subject: [PATCH 2/2] Python 3.6 is out --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 4d232776..03cd536a 100755 --- a/setup.py +++ b/setup.py @@ -180,6 +180,7 @@ def getq(self, s, k, fallback): "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", + "Programming Language :: Python :: 3.6", "Intended Audience :: Science/Research", "License :: OSI Approved", "Topic :: Software Development :: Libraries :: Python Modules"],