From 27f915f1b731e5799acfd41028c8e44fc4560943 Mon Sep 17 00:00:00 2001 From: "sonu.kumar" Date: Tue, 15 Dec 2015 14:15:34 +0530 Subject: [PATCH] Remove py26 support from astara-horizon as of mitaka, the infra team won't have the resources available to reasonably test py26, also the oslo team is dropping py26 support from their libraries. sine we rely on oslo for a lot of our work, and depend on infra for our CI, we should drop py26 support too. Change-Id: I97cabff07d6f8c2a24d953a129c6a5dbae92406a Related-Bug: #1519510 --- setup.cfg | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 716aa51..6fe3a73 100644 --- a/setup.cfg +++ b/setup.cfg @@ -17,7 +17,6 @@ classifier = Programming Language :: Python Programming Language :: Python :: 2 Programming Language :: Python :: 2.7 - Programming Language :: Python :: 2.6 [files]