summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Kögl <stefan@skoegl.net>2017-09-10 19:24:09 +0200
committerStefan Kögl <stefan@skoegl.net>2017-09-10 19:24:09 +0200
commitd778745b1448a82c840aadff422187459fe78c9f (patch)
tree3182f2d7b06d97d75a2e3555213733e316db44a1
parente64987174866ef371f4df048d212eeba4f1a0013 (diff)
downloadpython-json-patch-d778745b1448a82c840aadff422187459fe78c9f.tar.gz
Remove support for Python 3.2
-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 77f8b19..f20aa6f 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 c5a9863..5de173b 100644
--- a/setup.py
+++ b/setup.py
@@ -64,7 +64,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',