summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorJürgen Gmach <juergen.gmach@googlemail.com>2022-01-14 00:03:17 +0100
committerGitHub <noreply@github.com>2022-01-14 00:03:17 +0100
commit7d43251791164992e6675054c6040362f8270958 (patch)
tree1932c3cf60d5f1e95073a284e7a7210c5a829245 /tox.ini
parent4d7882294801d2d53f8ef6aefec94266720b1be6 (diff)
downloadtox-git-7d43251791164992e6675054c6040362f8270958.tar.gz
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>
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 459e7c08..aca42081 100644
--- a/tox.ini
+++ b/tox.ini
@@ -59,6 +59,7 @@ commands =
[testenv:docs]
description = build documentation
+basepython = python3.10
extras =
docs
commands =