From 50dfd4b96959e89ea4372b2bba2e411e08ae04c9 Mon Sep 17 00:00:00 2001 From: James Bennett Date: Thu, 25 Oct 2012 14:21:02 -0500 Subject: [PATCH] [1.5.x] We actually only support 3.2+ on Py3k. --- setup.py | 2 -- 1 file changed, 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',