From ded20b7368d648348d3845cf91563141b71c777d Mon Sep 17 00:00:00 2001 From: Feng Shengqin Date: Mon, 6 Feb 2017 19:50:11 +0800 Subject: [PATCH] Remove support for py33 Python 3.3 is not supported from Mitaka, as per Infra. This patch removes the support and add py35 for the same. Change-Id: I9e7537d46c717609581e8e999d4e9c19db582add --- setup.cfg | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 01a386d..1431a8f 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