From 49279f42d12dc1167a7cb9b023abf8a934e57ca4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bessenyei=20Bal=C3=A1zs=20Don=C3=A1t?= Date: Mon, 1 Feb 2021 17:43:41 +0100 Subject: [PATCH 1/2] ci: remove Python 3.5 from tox.ini --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 8dd9664e..ae7fac07 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py37-lint, py35, py36, py37, py38 +envlist = py37-lint, py36, py37, py38 [testenv:py37-lint] basepython = python3.7 From 67dffce0d503f95fa88dba379b8d5fb059a48545 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bessenyei=20Bal=C3=A1zs=20Don=C3=A1t?= Date: Mon, 1 Feb 2021 17:44:11 +0100 Subject: [PATCH 2/2] ci: remove Python 3.5 from .travis.yml --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 37d3ad93..bbc106da 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,7 +14,6 @@ notifications: matrix: include: - - python: 3.5 - python: 3.6 - python: 3.7 - python: 3.8