From b34d20dbcc93ef1db3e95a5641d4208b6d9c03c8 Mon Sep 17 00:00:00 2001 From: "sonu.kumar" Date: Thu, 3 Dec 2015 09:24:43 +0530 Subject: [PATCH] Remove py26 support from designateclient 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: Id322ec683643c817bef1de43519394808cc64072 Closes-Bug: #1519510 --- setup.cfg | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 4577a8f7..0b296e52 100644 --- a/setup.cfg +++ b/setup.cfg @@ -16,7 +16,6 @@ classifier = Programming Language :: Python Programming Language :: Python :: 2 Programming Language :: Python :: 2.7 - Programming Language :: Python :: 2.6 Topic :: Internet :: Name Service (DNS) [global]