From 6f127c1d18c32ead01b2ca41666eddcca50f535e Mon Sep 17 00:00:00 2001 From: Cao Xuan Hoang Date: Thu, 19 Jan 2017 09:24: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: Ied7355b2c2368583194dfad2d3af4842ac01d915 --- setup.cfg | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 54b216adc..279f33192 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 [files]