From 8873c4870b5367b8b7384b7943273972abd61d2e Mon Sep 17 00:00:00 2001 From: Yatin Kumbhare Date: Tue, 12 Jul 2016 21:06:55 +0530 Subject: Add Python 3.5 classifier Now that there is a passing gate job, we can claim support for Python 3.5 in the classifier. Change-Id: I134c602346e2eac0cba46e9e884c8255c460f9b5 --- setup.cfg | 1 + 1 file changed, 1 insertion(+) (limited to 'setup.cfg') diff --git a/setup.cfg b/setup.cfg index 55fab9c..a5bfe2f 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 = -- cgit v1.2.1