Skip to content

Commit 632e309

Browse files
committed
bump docs building to python3.13 to meet Sphinx minimum dependency
1 parent 84f6a92 commit 632e309

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,10 +150,10 @@ env_list = [ "py310", "py311", "py312", "py313", "py314", "lint", "docs", "packa
150150

151151
[tool.tox.gh-actions]
152152
python = """
153-
3.10: py310, h2spec, lint, docs, packaging
153+
3.10: py310, h2spec, lint, packaging
154154
3.11: py311
155155
3.12: py312
156-
3.13: py313
156+
3.13: py313, docs
157157
3.14: py314
158158
"""
159159

0 commit comments

Comments
 (0)