summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Kögl <stefan@skoegl.net>2017-09-10 17:44:27 +0200
committerStefan Kögl <stefan@skoegl.net>2017-09-10 17:44:27 +0200
commitc237196e29d4ed46393577dd660ec0aa6401c163 (patch)
tree4001ee78b01ac416da9fb71b7c2803f7a7e39d94
parenta80d1022bd83854025270d251555db3e9b4d74ed (diff)
downloadpython-json-pointer-c237196e29d4ed46393577dd660ec0aa6401c163.tar.gz
Add support for Python 3.6
-rw-r--r--.travis.yml1
-rw-r--r--setup.py1
2 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 9065721..389dc95 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,6 +5,7 @@ python:
- "3.3"
- "3.4"
- "3.5"
+ - "3.6"
- "pypy"
- "pypy3"
diff --git a/setup.py b/setup.py
index 2c65e44..f5e850c 100644
--- a/setup.py
+++ b/setup.py
@@ -48,6 +48,7 @@ CLASSIFIERS = [
'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',
'Topic :: Software Development :: Libraries',