From 0975d6ce422b8026be5b7ffed04ae0480433e778 Mon Sep 17 00:00:00 2001 From: "ChangBo Guo(gcb)" Date: Tue, 17 Nov 2015 16:49:11 +0800 Subject: Remove Python 2.6 classifier We have decided to remove Python 2.6 support, this commit removes Python 2.6 classifier before dropping any Python 2.6 support in code. Change-Id: I4de8aad0981f5af33964c1833410e79288938044 --- setup.cfg | 1 - 1 file changed, 1 deletion(-) (limited to 'setup.cfg') diff --git a/setup.cfg b/setup.cfg index eefc2ba..45afddc 100644 --- a/setup.cfg +++ b/setup.cfg @@ -15,7 +15,6 @@ classifier = Programming Language :: Python Programming Language :: Python :: 2 Programming Language :: Python :: 2.7 - Programming Language :: Python :: 2.6 Programming Language :: Python :: 3 Programming Language :: Python :: 3.4 -- cgit v1.2.1