Code Review
/
releng
/
lftools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
062a153
)
Remove python 3.4 support
02/15302/1
author
Aric Gardner
<agardner@linuxfoundation.org>
Tue, 16 Apr 2019 20:38:08 +0000
(16:38 -0400)
committer
Aric Gardner
<agardner@linuxfoundation.org>
Tue, 16 Apr 2019 20:39:13 +0000
(16:39 -0400)
Python 3.4 is EOL
And no longer receives security updates
Change-Id: Iefe7efae8614062b1fcf54b2555ffe40652502cd
Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
tox.ini
patch
|
blob
|
history
diff --git
a/tox.ini
b/tox.ini
index
8d17dcd
..
b7ece3b
100644
(file)
--- a/
tox.ini
+++ b/
tox.ini
@@
-7,7
+7,6
@@
envlist =
docs-linkcheck,
license,
py27,
- py34,
py35,
py36,
py37