summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcclauss <cclauss@bluewin.ch>2018-07-19 13:39:59 +0200
committerMarcel Hellkamp <marc@gsites.de>2018-07-19 14:12:04 +0200
commit5aeb2562de4c8133dcba8a8cf49b6ec90cd15d1f (patch)
tree35b8d1b1930eb2b01506bcc260db7e012c8d5256
parent84c1ee14e1717ec63782dd5a159fe5848fce1cc4 (diff)
downloadbottle-5aeb2562de4c8133dcba8a8cf49b6ec90cd15d1f.tar.gz
Remove Python 3.2 and 3.3
-rwxr-xr-xsetup.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index 994467d..b2d94ce 100755
--- a/setup.py
+++ b/setup.py
@@ -34,8 +34,6 @@ setup(name='bottle',
'Topic :: Software Development :: Libraries :: Application Frameworks',
'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',
'Programming Language :: Python :: 3.6',