From 4c6cb86d8e3ebe4e2693d6357d5467da924bb5f6 Mon Sep 17 00:00:00 2001 From: Waylan Limberg Date: Wed, 6 Mar 2013 09:16:38 -0500 Subject: Added Python 3.3 to list of supported versions and removed 2.5. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 140a0ae..a205c49 100755 --- a/setup.py +++ b/setup.py @@ -234,12 +234,12 @@ setup( 'Operating System :: OS Independent', 'Programming Language :: Python', 'Programming Language :: Python :: 2', - 'Programming Language :: Python :: 2.5', 'Programming Language :: Python :: 2.6', 'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 3', 'Programming Language :: Python :: 3.1', 'Programming Language :: Python :: 3.2', + 'Programming Language :: Python :: 3.3', 'Topic :: Communications :: Email :: Filters', 'Topic :: Internet :: WWW/HTTP :: Dynamic Content :: CGI Tools/Libraries', 'Topic :: Internet :: WWW/HTTP :: Site Management', -- cgit v1.2.3