Clean up after dropping Python 3.6

This commit is contained in:
Adam Turner
2022-04-17 04:01:17 +01:00
parent 51927bb6e4
commit 7649eb1505
23 changed files with 95 additions and 122 deletions

View File

@@ -1,6 +1,6 @@
[tox]
minversion = 2.4.0
envlist = docs,flake8,mypy,twine,py{36,37,38,39,310,311},du{14,15,16,17,18,19}
envlist = docs,flake8,mypy,twine,py{37,38,39,310,311},du{14,15,16,17,18,19}
isolated_build = True
[testenv]
@@ -16,7 +16,7 @@ passenv =
EPUBCHECK_PATH
TERM
description =
py{36,37,38,39,310,311}: Run unit tests against {envname}.
py{37,38,39,310,311}: Run unit tests against {envname}.
du{14,15,16,17,18,19}: Run unit tests with the given version of docutils.
deps =
du14: docutils==0.14.*