Skip to content

Commit 8ae2e4c

Browse files
committed
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: Ic80a40692726b05f0f9d174f6ba7e7040f30db38
1 parent 2ba65d0 commit 8ae2e4c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ classifier =
2020
Programming Language :: Python :: 2.7
2121
Programming Language :: Python :: 3
2222
Programming Language :: Python :: 3.4
23+
Programming Language :: Python :: 3.5
2324

2425
[files]
2526
packages =

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# noted to use py34 you need virtualenv >= 1.11.4
22
[tox]
3-
envlist = py34,py27,pypy,pep8,docs
3+
envlist = py35,py34,py27,pypy,pep8,docs
44
minversion = 1.6
55
skipsdist = True
66

0 commit comments

Comments
 (0)