From 917a6cfefef62fb4f7157a6df010348960958f0b Mon Sep 17 00:00:00 2001 From: Waylan Limberg Date: Mon, 4 Mar 2019 12:01:40 -0500 Subject: Drop Python3.4 Support (#796) Python is dropping support for PY3.4 on 2019-03-16. Therefore we are dropping support as well. See #760. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index 799c2eb..e7de513 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py27, py34, py35, py36, py37, pypy, pypy3, flake8, checkspelling +envlist = py27, py35, py36, py37, pypy, pypy3, flake8, checkspelling requires = setuptools>=36 isolated_build = True -- cgit v1.2.1