diff options
author | Stefan Kögl <stefan@skoegl.net> | 2017-09-10 17:44:27 +0200 |
---|---|---|
committer | Stefan Kögl <stefan@skoegl.net> | 2017-09-10 17:44:27 +0200 |
commit | c237196e29d4ed46393577dd660ec0aa6401c163 (patch) | |
tree | 4001ee78b01ac416da9fb71b7c2803f7a7e39d94 /setup.py | |
parent | a80d1022bd83854025270d251555db3e9b4d74ed (diff) | |
download | python-json-pointer-c237196e29d4ed46393577dd660ec0aa6401c163.tar.gz |
Add support for Python 3.6
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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', |