From cea7c9120b0d1035b3a38c90f80bd7ec3849b26f Mon Sep 17 00:00:00 2001 From: Johannes Schauer Marin Rodrigues Date: Sun, 16 Jan 2022 22:18:22 +0100 Subject: [PATCH] tox.ini: python 3.5 and 3.6 are not supported anymore --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 410eed4..27e0d20 100644 --- a/tox.ini +++ b/tox.ini @@ -4,7 +4,7 @@ # and then run "tox" from this directory. [tox] -envlist = py35, py36, py37, py38, py39, py310 +envlist = py37, py38, py39, py310 skip_missing_interpreters = true [testenv]