From d10ff987177cb4a227c9801c08a3a166be5a3075 Mon Sep 17 00:00:00 2001 From: Rahul Nair Date: Mon, 24 Oct 2016 14:07:50 -0500 Subject: [PATCH] Removing python3.x from supported versions As OpenStack has dropped support for Python 3.3 since Libery[1], updating setup.cfg to reflect the same. Also, as no gate jobs have been setup for py3.x, removing the same from setup.cfg as well. [1]. https://wiki.openstack.org/wiki/Python3 Change-Id: Ib2214f6cdc49b558fd2631f78e315926dd3c276e --- setup.cfg | 3 --- 1 file changed, 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index 4c57db3..cf93bc8 100644 --- a/setup.cfg +++ b/setup.cfg @@ -14,9 +14,6 @@ classifier = Programming Language :: Python Programming Language :: Python :: 2 Programming Language :: Python :: 2.7 - Programming Language :: Python :: 3 - Programming Language :: Python :: 3.3 - Programming Language :: Python :: 3.4 [build_sphinx] source-dir = doc/source