From 24899813a74705bdc92b69d449188047f50ff868 Mon Sep 17 00:00:00 2001 From: avnish Date: Wed, 21 Sep 2016 09:31:35 +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: I2c559a65ff44470591d5a11cfe324b0c76da44bc --- setup.cfg | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 5c9b6e8ee..0a21c5969 100644 --- a/setup.cfg +++ b/setup.cfg @@ -14,7 +14,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]