Skip to content

Commit 5640c15

Browse files
authored
Update tox.ini
1 parent df5b979 commit 5640c15

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# and then run "tox" from this directory.
55

66
[tox]
7-
envlist = py27, py3{7,5,6,7,8,9,10,11}, lint, test, doc, clean
7+
envlist = py27, py3{8,9,10,11,12,13}, lint, test, doc, clean
88
skip_missing_interpreters = true
99

1010
[testenv:test]
@@ -29,7 +29,7 @@ deps =
2929
commands = flake8 {toxinidir} --extend-exclude tests,docs,build,dist,venv,.venv --extend-ignore=E501
3030

3131
[testenv:doc]
32-
basepython = python3
32+
basepython = python3.10 # pdoc3/pdoc#438
3333
deps =
3434
pdoc3
3535
commands = pdoc --html --force --output-dir docs filetype

0 commit comments

Comments
 (0)