From 20c40157ae186e26f65dd4694cd7555dc8738d07 Mon Sep 17 00:00:00 2001 From: Will Roberts Date: Wed, 18 Feb 2015 17:09:16 +0100 Subject: [PATCH] setup: remove py2.6 from classifiers --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index 44b0663..83c72a6 100644 --- a/setup.py +++ b/setup.py @@ -67,7 +67,6 @@ setup( # Specify the Python versions you support here. In particular, ensure # that you indicate whether you support Python 2, Python 3 or both. 'Programming Language :: Python :: 2', - 'Programming Language :: Python :: 2.6', 'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 3', 'Programming Language :: Python :: 3.2',