From 1f3fc4bfd4fd51711798186591bf3e3ba5a894be Mon Sep 17 00:00:00 2001 From: Omer Katz Date: Thu, 29 Aug 2019 13:50:01 +0300 Subject: Drop Python 3.4 support (#699) * Drop Python 3.4 support. * Exclude Python 3.4 as a supported runtime. * Update contributing.rst * Update supported Python versions in README file. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index 4670c91..1b03598 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py27,py34,py35,py36,py37,pypy,pypy3,docs,readme,bandit +envlist = py27,py35,py36,py37,pypy,pypy3,docs,readme,bandit [testenv] deps= -- cgit v1.2.1