From 763ba02b8debad0f2e6ebe680e377c253f42fd3c Mon Sep 17 00:00:00 2001 From: reedip Date: Tue, 12 Jan 2016 11:48:10 +0900 Subject: [PATCH] Remove Py33 support As per [1], Python 3.3 support is being dropped by INFRA team. This patch is updating the same. [1]: https://wiki.openstack.org/wiki/Python3#Python_2:_Python_2.6_support_dropped.2C_Python_2.7_only Change-Id: I34227b4c07fd6c74272cdce4766efd5d12c96087 Closes-Bug: #1526170 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index c71f1f5b..4a770b99 100644 --- a/setup.cfg +++ b/setup.cfg @@ -17,7 +17,7 @@ classifier = Programming Language :: Python :: 2.7 Programming Language :: Python :: 2.6 Programming Language :: Python :: 3 - Programming Language :: Python :: 3.3 + Programming Language :: Python :: 3.4 [build_sphinx] source-dir = doc/source