From 6634f4c49e35636286d4198dd190e1267daf0099 Mon Sep 17 00:00:00 2001 From: Dmitry Dygalo Date: Wed, 28 Jun 2023 14:04:15 +0200 Subject: [PATCH] chore: Drop leftovers for Python 3.5 & 3.6 --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index 129a1fa..155637c 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = pylint,py{35,36,37,38,39,310,311,py3},no_pycurl,coverage-report +envlist = pylint,py{37,38,39,310,311,py3},no_pycurl,coverage-report [testenv] setenv = @@ -44,7 +44,7 @@ description = Report coverage over all measured test runs. basepython = python3.8 deps = coverage skip_install = true -depends = {py35,py36,py37,py38,py39,py310,py311,pypy3} +depends = {py37,py38,py39,py310,py311,pypy3} commands = coverage combine coverage report