From 7a8273b1bb4c7eb5e2c48b0da5239defa285438c Mon Sep 17 00:00:00 2001 From: Seth Morton Date: Wed, 13 Nov 2019 09:54:56 -0800 Subject: Drop Python 3.4 from testing The libraries used for testing do not run on Python 3.4 for the newest versions, and the versions that do run on Python 3.4 do not work on Pyhton 3.8. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index 6f830b0..bec5a24 100644 --- a/tox.ini +++ b/tox.ini @@ -5,7 +5,7 @@ [tox] envlist = - flake8, py27, py34, py35, py36, py37, py38 + flake8, py27, py35, py36, py37, py38 # Other valid evironments are: # docs # release -- cgit v1.2.1