From a5078d2d346f8a4039f837cf7bbfcbc72e1433e3 Mon Sep 17 00:00:00 2001 From: Guinness Date: Sun, 18 Oct 2020 11:01:03 +0200 Subject: [PATCH] Remove Python3.5 from tox.ini as it is not supported anymore --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 739629f9e..f84cc26a3 100644 --- a/tox.ini +++ b/tox.ini @@ -2,7 +2,7 @@ # fakeroot -u tox --recreate [tox] -envlist = py{35,36,37,38,39},flake8 +envlist = py{36,37,38,39},flake8 [testenv] deps =