From 32233609a084b8045a469c749640fb59b094503c Mon Sep 17 00:00:00 2001 From: Eric Brown Date: Mon, 18 Jul 2016 13:25:51 -0700 Subject: [PATCH] Add Python 3.5 classifier Since the Python 3.5 gate job builds cleanly now, we should claim support for Python 3.5 in the metadata's classifier. Change-Id: I215313560d6bb3501093c95870c12cde1f11b5a5 --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index 667c15ee00..c08dd03625 100644 --- a/setup.cfg +++ b/setup.cfg @@ -17,6 +17,7 @@ classifier = Programming Language :: Python :: 2.7 Programming Language :: Python :: 3 Programming Language :: Python :: 3.4 + Programming Language :: Python :: 3.5 [files] packages =