diff options
author | Stefan Kögl <stefan@skoegl.net> | 2019-09-18 19:09:31 +0200 |
---|---|---|
committer | Stefan Kögl <stefan@skoegl.net> | 2019-09-18 19:09:31 +0200 |
commit | 318be98cc9d04b7fdc08cd00fdc66c9cbb118c1e (patch) | |
tree | e0dba92cee2d818fd067afdc321f9a53a2aa29a0 /setup.py | |
parent | 277e106016db0e81c64c561052be5360b9870974 (diff) | |
download | python-json-pointer-python-3.7.tar.gz |
Support Python 3.7python-3.7
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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', |