Skip to content

Commit 594a9ea

Browse files
committed
Use older Python version for click-man
Until it gains Python 3.12 support. Signed-off-by: Stephen Finucane <[email protected]>
1 parent 88d8fdc commit 594a9ea

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tox.ini

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@ commands =
5050
sphinx-build {posargs:-E -W} docs docs/_build/html
5151

5252
[testenv:man]
53+
# Does not currently support Python 3.12
54+
# https://github.com/click-contrib/click-man/pull/64
55+
basepython = 3.11
5356
deps =
5457
click-man~=0.4.0
5558
commands =

0 commit comments

Comments
 (0)