From 76833ddb292ca4b588d41a8c98035ace6058db87 Mon Sep 17 00:00:00 2001 From: shizhihui Date: Fri, 12 Aug 2016 12:19:56 +0800 Subject: [PATCH] Add Python 3.5 classifier Now that there is a passing gate job, we can claim support for Python 3.5 in the classifier. Horizon passes the py35 tests, make it voting at: https://review.openstack.org/#/c/359123/ Change-Id: Ib098cf6dd3208a3e9fac93929ac2d40dba20cd4d --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index 4900324434..d68c77d8ef 100644 --- a/setup.cfg +++ b/setup.cfg @@ -19,6 +19,7 @@ classifier = Programming Language :: Python Programming Language :: Python :: 2 Programming Language :: Python :: 2.7 + Programming Language :: Python :: 3.5 Topic :: Internet :: WWW/HTTP [global]