diff options
author | Stefan Kögl <stefan@skoegl.net> | 2019-07-28 17:57:42 +0200 |
---|---|---|
committer | Stefan Kögl <stefan@skoegl.net> | 2019-07-28 17:58:27 +0200 |
commit | abf27f29f22fb421a5cf36e6dbb9cd7b3d08dc59 (patch) | |
tree | 371ef0be664bef498ac7fa03b76452260a61674a /setup.py | |
parent | 33e630e6c50fedce419ef27e88ad5c17ad7837ba (diff) | |
download | python-json-patch-abf27f29f22fb421a5cf36e6dbb9cd7b3d08dc59.tar.gz |
Support Python 3.7, test with Python 3.8 dev
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -59,6 +59,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', |