summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorChangBo Guo(gcb) <eric.guo@easystack.cn>2016-07-12 17:26:23 +0800
committerChangBo Guo(gcb) <eric.guo@easystack.cn>2016-07-12 17:26:23 +0800
commit76c14b10514edfc440ab86f297dfc3c7246a1724 (patch)
tree48c57aaf9a741b0921d07ade0beab920caece4f5 /setup.cfg
parentf68325fc481a0cc2a9aa9e8b1701cdb092463b49 (diff)
downloadstevedore-76c14b10514edfc440ab86f297dfc3c7246a1724.tar.gz
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: I13d2453d9bd15ca3320968aa30f0fe9db13d717d
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index 08f08b2..0828991 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -13,6 +13,7 @@ classifier =
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
Programming Language :: Python :: 3.4
+ Programming Language :: Python :: 3.5
Intended Audience :: Developers
Environment :: Console