From b5c8ff04a83b17927d47222f640a36836a38f5b5 Mon Sep 17 00:00:00 2001 From: avnish Date: Wed, 21 Sep 2016 08:48:20 +0530 Subject: [PATCH] py33 is no longer supported by Infra's CI Python 3.3 support would be dropped by Infra team from mitaka,CI would no longer be testing it, so projects should drop it also. Change-Id: Ic36ee7e9c13350597cd2135182f9d9049e8e7475 --- setup.cfg | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 4c0c53ed..3835f6bc 100644 --- a/setup.cfg +++ b/setup.cfg @@ -16,7 +16,6 @@ classifier = Programming Language :: Python :: 2 Programming Language :: Python :: 2.7 Programming Language :: Python :: 3 - Programming Language :: Python :: 3.3 Programming Language :: Python :: 3.4 [files]