From b318e6ff945818f2087eefe014a51cf4fe0c8723 Mon Sep 17 00:00:00 2001 From: reedip Date: Tue, 12 Jan 2016 12:10:32 +0900 Subject: Remove Py33 support Python 3.3 support is being dropped from Mitaka by INFRA team. This patch is updating the same. Change-Id: I03835c3a0e70656020f58285ac6d0e66d09c3448 Closes-Bug: #1526170 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.cfg') diff --git a/setup.cfg b/setup.cfg index f719d74..88d7d14 100644 --- a/setup.cfg +++ b/setup.cfg @@ -16,7 +16,7 @@ classifier = Programming Language :: Python :: 2 Programming Language :: Python :: 2.6 Programming Language :: Python :: 2.7 - Programming Language :: Python :: 3.3 + Programming Language :: Python :: 3.4 [files] packages = -- cgit v1.2.1