From ff6cd1875dc5560df309befc85ed2103c658371c Mon Sep 17 00:00:00 2001 From: Eric Brown Date: Mon, 20 Feb 2017 06:56:58 -0800 Subject: [PATCH] Only claim python 35 as classifier The only version of Python 3 tested with openstack projects is 3.5 now. Therefore the pypi classifier should list only 3.5, not 3.3/3.4. Change-Id: I935ea3f3172ccfe9c6cb49c011b3680e65a4b664 --- setup.cfg | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 9a7ddeb..6818bb9 100644 --- a/setup.cfg +++ b/setup.cfg @@ -16,8 +16,7 @@ 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 [files] packages =