From 2493af173c3b5138d90d25ac964b810527293b4b Mon Sep 17 00:00:00 2001 From: Johannes 'josch' Schauer Date: Tue, 4 Aug 2020 07:45:39 +0200 Subject: [PATCH] tox.ini: also remove support for py34 (fails to compile pikepdf) --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 37838c9..f250d73 100644 --- a/tox.ini +++ b/tox.ini @@ -4,7 +4,7 @@ # and then run "tox" from this directory. [tox] -envlist = py34, py35, py36, py37, py38 +envlist = py35, py36, py37, py38 skip_missing_interpreters = true [testenv]