Skip to content

Commit 8a8e283

Browse files
author
Debian
committed
Removing Test Python 3.5 Environment
As of https://www.python.org/dev/peps/pep-0478/ Python 3.5 has reached end-of-life. Removing it from the test environments to reflect this state.
1 parent 9d430cd commit 8a8e283

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tox]
22
envlist=
33
lint
4-
py{35,36,37,38,39}
4+
py{36,37,38,39}
55
doc
66
packaging
77

0 commit comments

Comments
 (0)