summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJames Bennett <james@b-list.org>2012-10-25 14:21:02 -0500
committerJames Bennett <james@b-list.org>2012-10-25 14:21:02 -0500
commit50dfd4b96959e89ea4372b2bba2e411e08ae04c9 (patch)
treee54702ea4148f5ca2090277c567d2d34afcb914e /setup.py
parented96292833e78c07f7c7bce5e38794a3b9c4201c (diff)
[1.5.x] We actually only support 3.2+ on Py3k.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index 8ef2032bf5..a6623b3f19 100644
--- a/setup.py
+++ b/setup.py
@@ -107,8 +107,6 @@ setup(
'Programming Language :: Python',
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
- 'Programming Language :: Python :: 3.0',
- 'Programming Language :: Python :: 3.1',
'Programming Language :: Python :: 3.2',
'Programming Language :: Python :: 3.3',
'Topic :: Internet :: WWW/HTTP',