From 1f83a65353e1dc8b80ceb2f358df536857a885c4 Mon Sep 17 00:00:00 2001 From: Cao Xuan Hoang Date: Mon, 23 Jan 2017 14:08:18 +0700 Subject: [PATCH] Remove support for py33 Python 3.3 is not supported from Mitaka, as per Infra. This patch removes the support for the same. Change-Id: I7cd467af595c5e96df599b16afb83ef59f4d4452 --- setup.cfg | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 2d348121..4a65ccb0 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 Programming Language :: Python :: 3.5