From 399ebabce847f393422fc194552e91936f220214 Mon Sep 17 00:00:00 2001 From: Laurent Bachelier Date: Fri, 22 Aug 2014 20:11:14 +0200 Subject: Remove Python 2.5 support Even if the goal is to support hostile environments, it's becoming hard to find systems still having it. --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 309e7d2..65f2d57 100755 --- a/setup.py +++ b/setup.py @@ -14,6 +14,7 @@ setup( py_modules=['confman'], classifiers=[ 'License :: OSI Approved :: MIT License', - 'Programming Language :: Python :: 2', + 'Programming Language :: Python :: 2.6', + 'Programming Language :: Python :: 2.7', ], ) -- cgit v1.2.3