From 055b54324eb82a6349c2bf4e5b4310b4ba72b8be Mon Sep 17 00:00:00 2001 From: Cao Xuan Hoang Date: Mon, 23 Jan 2017 16:04:44 +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: I6439583fb4f82f402fcc880b093fe8f848c9106f --- setup.cfg | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index d2354b8..68dfc9d 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.5 [files]