From 9639dae09e92e728f53ce6f4f4a6318ec5b56410 Mon Sep 17 00:00:00 2001 From: "sonu.kumar" Date: Tue, 15 Dec 2015 14:16:03 +0530 Subject: [PATCH] Remove py26 support from astara-neutron 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: Iad91f841247fd5278e02ee2d2e0b5d417263c311 Related-Bug: #1519510 --- setup.cfg | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index d1e69ab..66d66b2 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]