We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdfba4b commit 0f59481Copy full SHA for 0f59481
tox.ini
@@ -29,8 +29,8 @@ allowlist_externals =
29
# Python 3.10.8 is the most recent version that triggers
30
# https://github.com/pytest-dev/pytest-asyncio/issues/757.
31
#
32
-# We need to set basepython explicitly here because if we just added "py3109" to
33
-# envlist, tox would interpret that as "any py310".
+# We need to set basepython explicitly here because if we just added "py3108" to
+# envlist, tox would interpret that as "py310".
34
basepython = python3.10.8
35
36
[testenv:docs]
0 commit comments