From b36f34fffafb8f674c2deb976ddd87775741b70e Mon Sep 17 00:00:00 2001 From: Cao Xuan Hoang Date: Thu, 19 Jan 2017 09:16:37 +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: I4554f8f7510aea4e3bf66fa68f62d43140112d09 --- setup.cfg | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index a13683b7a..07861d828 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