Skip to content

Commit f2df768

Browse files
committed
fix Python versions for docs
1 parent 230ac6b commit f2df768

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
@@ -181,11 +181,11 @@ env_list = [ "py310", "py311", "py312", "py313", "py314", "pypy311", "lint", "do
181181

182182
[tool.tox.gh-actions]
183183
python = """
184-
3.10: py310, lint, docs, packaging
184+
3.10: py310, lint, packaging
185185
3.11: py311
186186
3.12: py312
187187
3.13: py313
188-
3.14: py314
188+
3.14: py314, docs
189189
pypy3.11: pypy311
190190
"""
191191

0 commit comments

Comments
 (0)