summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorStefan Kögl <stefan@skoegl.net>2019-11-13 20:51:33 +0100
committerGitHub <noreply@github.com>2019-11-13 20:51:33 +0100
commit462cf393125ec7d31efeb6b7c8c0ee0f533a2d56 (patch)
treee0dba92cee2d818fd067afdc321f9a53a2aa29a0 /setup.py
parent277e106016db0e81c64c561052be5360b9870974 (diff)
parent318be98cc9d04b7fdc08cd00fdc66c9cbb118c1e (diff)
downloadpython-json-pointer-462cf393125ec7d31efeb6b7c8c0ee0f533a2d56.tar.gz
Merge pull request #37 from stefankoegl/python-3.7
Support Python 3.7
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
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',