From f4e6f12a714080a1e0391d4891d3bcf0eecfbaaf Mon Sep 17 00:00:00 2001 From: David Stanek Date: Wed, 25 Nov 2015 00:23:17 +0000 Subject: Removes py26 support We are removing Python 2.6 support from the Keystone libraries. Change-Id: I1c7a79edd41a73946c9d77bfb8cd2075e2500760 Closes-Bug: 1519449 --- setup.cfg | 1 - 1 file changed, 1 deletion(-) (limited to 'setup.cfg') diff --git a/setup.cfg b/setup.cfg index bb45837..52307d6 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.4 -- cgit v1.2.1