Skip to content

Commit

Permalink
chore: Drop leftovers for Python 3.5 & 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Stranger6667 committed Jun 28, 2023
1 parent 9e17e80 commit 6634f4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -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 =
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 6634f4c

Please sign in to comment.