From 8e778658e527b760cfd6b95063b16b356d3bac07 Mon Sep 17 00:00:00 2001 From: "ChangBo Guo(gcb)" Date: Tue, 12 Jul 2016 16:35:36 +0800 Subject: Add Python 3.5 classifier and venv Now that there is a passing gate job, we can claim support for Python 3.5 in the classifier. This patch also adds the convenience py35 venv. Change-Id: I8871f4e17ab806c00661d0c960a216d0a3fc5449 --- setup.cfg | 1 + 1 file changed, 1 insertion(+) (limited to 'setup.cfg') diff --git a/setup.cfg b/setup.cfg index aa6f2d5..c5c83b4 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