summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Kögl <stefan@skoegl.net>2015-10-28 20:05:54 +0100
committerStefan Kögl <stefan@skoegl.net>2015-10-28 20:05:54 +0100
commitde059035de9c268d4d964f248d0f82ecfb4bb30b (patch)
treeebc919c3af35352ce5c1db726667fed84271fa08
parent309468887e2726d6ba76be04038b6996485907ed (diff)
downloadpython-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.
-rw-r--r--.travis.yml1
-rw-r--r--setup.py1
2 files changed, 0 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 9719f53..9065721 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,7 +2,6 @@ language: python
python:
- "2.6"
- "2.7"
- - "3.2"
- "3.3"
- "3.4"
- "3.5"
diff --git a/setup.py b/setup.py
index 2558c16..2c65e44 100644
--- a/setup.py
+++ b/setup.py
@@ -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',