diff options
author | Stefan Kögl <stefan@skoegl.net> | 2015-10-28 20:05:54 +0100 |
---|---|---|
committer | Stefan Kögl <stefan@skoegl.net> | 2015-10-28 20:05:54 +0100 |
commit | de059035de9c268d4d964f248d0f82ecfb4bb30b (patch) | |
tree | ebc919c3af35352ce5c1db726667fed84271fa08 /setup.py | |
parent | 309468887e2726d6ba76be04038b6996485907ed (diff) | |
download | python-json-pointer-de059035de9c268d4d964f248d0f82ecfb4bb30b.tar.gz |
Drop support for Python 3.2
coverage.py does not support it anymore and it is not worth to work around it.
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -45,7 +45,6 @@ CLASSIFIERS = [ 'Programming Language :: Python :: 2.6', 'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 3', - 'Programming Language :: Python :: 3.2', 'Programming Language :: Python :: 3.3', 'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: 3.5', |