From e814fd0d4fbd1c5772632b8bd5a58059069dd258 Mon Sep 17 00:00:00 2001 From: Cao Xuan Hoang Date: Mon, 23 Jan 2017 15:59:12 +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: I7722037eca84ec20695130ee78a870c41a36fd83 --- setup.cfg | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index c98b4dc6..3c40f9eb 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