From ed9b7f8804fb07f5bf4e7f6d7373f0107d404c13 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Wed, 31 Jul 2019 06:32:29 +0200 Subject: [PATCH] tox.ini: Add py37 to the testing Python 3.4 is end of life... Should we drop support for it? --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index f86ec4b..1e3ba53 100644 --- a/tox.ini +++ b/tox.ini @@ -4,7 +4,7 @@ # and then run "tox" from this directory. [tox] -envlist = py27, py34, py35, py36, pypy +envlist = py27, py34, py35, py36, py37, pypy [testenv] commands = py.test -vv