Skip to content

Commit 808004f

Browse files
authored
tox.ini: [testenv:doc] basepython = python3.10
* pdoc3/pdoc#438
1 parent b2aba38 commit 808004f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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)