From 5e2e70bd0a9fca839ecca7b521ce48873861aeef Mon Sep 17 00:00:00 2001 From: zhangyangyang Date: Mon, 18 Sep 2017 11:21:06 +0800 Subject: [PATCH] Remove py26 support 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: Ibca57e36d8defa48c146ee9dadce56b51ef52ea8 Closes-Bug: #1519510 --- setup.cfg | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 364d213..f98b845 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 [pbr] warnerrors = True