diff options
author | ChangBo Guo(gcb) <eric.guo@easystack.cn> | 2016-07-12 17:26:23 +0800 |
---|---|---|
committer | ChangBo Guo(gcb) <eric.guo@easystack.cn> | 2016-07-12 17:26:23 +0800 |
commit | 76c14b10514edfc440ab86f297dfc3c7246a1724 (patch) | |
tree | 48c57aaf9a741b0921d07ade0beab920caece4f5 /setup.cfg | |
parent | f68325fc481a0cc2a9aa9e8b1701cdb092463b49 (diff) | |
download | stevedore-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.cfg | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |