Skip to content

Commit 7d43251

Browse files
Require Python 3.10 to generate the tox documentation (#2322)
* Require Python 3.10 to generate the tox documentation This fixes #2321 * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 4d78822 commit 7d43251

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

docs/changelog/2321.bugfix.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Require Python 3.10 to generate docs - by :user:`jugmac00`.

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ commands =
5959

6060
[testenv:docs]
6161
description = build documentation
62+
basepython = python3.10
6263
extras =
6364
docs
6465
commands =

0 commit comments

Comments
 (0)