summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Kögl <stefan@skoegl.net>2019-09-18 19:09:31 +0200
committerStefan Kögl <stefan@skoegl.net>2019-09-18 19:09:31 +0200
commit318be98cc9d04b7fdc08cd00fdc66c9cbb118c1e (patch)
treee0dba92cee2d818fd067afdc321f9a53a2aa29a0
parent277e106016db0e81c64c561052be5360b9870974 (diff)
downloadpython-json-pointer-python-3.7.tar.gz
Support Python 3.7python-3.7
-rw-r--r--.travis.yml3
-rw-r--r--setup.py1
2 files changed, 3 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index f67ebbe..0949d44 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,8 +4,9 @@ python:
- '3.4'
- '3.5'
- '3.6'
-- 3.6-dev
+- '3.7'
- 3.7-dev
+- 3.8-dev
- nightly
- pypy
- pypy3
diff --git a/setup.py b/setup.py
index e86bc1c..16ff064 100644
--- a/setup.py
+++ b/setup.py
@@ -44,6 +44,7 @@ CLASSIFIERS = [
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
+ 'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: PyPy',
'Topic :: Software Development :: Libraries',