From 1644cd2da5f218b184e4e69c56ff397a8d6c1464 Mon Sep 17 00:00:00 2001 From: holger krekel Date: Thu, 12 Dec 2013 07:30:34 +0100 Subject: [PATCH] don't declare py25 as supported anymore. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 023805b60..5d2e7ffc8 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ classifiers=['Development Status :: 6 - Mature', 'Programming Language :: Python :: 2', 'Programming Language :: Python :: 3'] + [ ("Programming Language :: Python :: %s" % x) for x in - "2.5 2.6 2.7 3.0 3.1 3.2 3.3".split()] + "2.6 2.7 3.0 3.1 3.2 3.3".split()] long_description = open("README.rst").read() def main():