From ecba9afcedd048394acd1a5e13fbb84c1efedd42 Mon Sep 17 00:00:00 2001 From: "ChangBo Guo(gcb)" Date: Tue, 17 Nov 2015 16:40:11 +0800 Subject: [PATCH] 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: I30a85c832dc5edb28d8e0706bb3a51caecca18ed --- setup.cfg | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 049db10..08f08b2 100644 --- a/setup.cfg +++ b/setup.cfg @@ -10,7 +10,6 @@ classifier = License :: OSI Approved :: Apache Software License Programming Language :: Python Programming Language :: Python :: 2 - Programming Language :: Python :: 2.6 Programming Language :: Python :: 2.7 Programming Language :: Python :: 3 Programming Language :: Python :: 3.4