From 65c0f376f0fe58011cc2c5ef882d603f980abdcc Mon Sep 17 00:00:00 2001 From: Sean Mooney Date: Thu, 14 Jan 2016 19:50:08 +0000 Subject: [PATCH] remove python 2.6 trove classifier - OpenStack projects are no longer being tested under Python 2.6, this change removes the trove classifier implying that this project supports 2.6. Change-Id: I83dcdf95072eaa074c6ea0e74670ae5de98b43b3 --- setup.cfg | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 7e800e60..f1e5c143 100644 --- a/setup.cfg +++ b/setup.cfg @@ -14,7 +14,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.3 Programming Language :: Python :: 3.4