From 8aa9e80745c78528e1a0ca22afccae56a3c649e6 Mon Sep 17 00:00:00 2001 From: Morgan Fainberg Date: Sat, 30 May 2015 12:30:18 -0700 Subject: [PATCH] Drop py2.6 support for keystone middleware Since it is not supported to run very modern Keystonemiddleware with much older services, py26 is no longer needed for Kyestonemiddleware. This will allow us to cleanup the test-requires and other py26-specific requirements from the project. Depends-On: I316d3ec56ade662cb5deeca0d3d48230c878f35d Change-Id: If4bbac7b5d14107037591e8916170841e17d0ef1 --- setup.cfg | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 5cc30670..2a72b8ff 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.3