Skip to content

Commit a037cca

Browse files
committed
run linting and docs in python 3.12
shed which runs as part of linting no longer supports python 3.8
1 parent bfb283a commit a037cca

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

tox.ini

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ envlist =
1616

1717
[gh-actions]
1818
python =
19-
3.8: py38, lint, docs
19+
3.8: py38
2020
3.9: py39
2121
3.10: py310
2222
3.11: py311
23-
3.12: py312
23+
3.12: py312, lint, docs
2424

2525
[testenv]
2626
deps =
@@ -48,7 +48,6 @@ commands = pre-commit run --all-files --show-diff-on-failure
4848

4949
[testenv:docs]
5050
extras = doc
51-
basepython = python3.8
5251
commands = sphinx-build -d "{toxworkdir}/docs_doctree" docs "{toxworkdir}/docs_out" --color -W -bhtml {posargs}
5352
python -c 'import pathlib; print("documentation available under file://\{0\}".format(pathlib.Path(r"{toxworkdir}") / "docs_out" / "index.html"))'
5453

0 commit comments

Comments
 (0)