Skip to content

Commit 0f59481

Browse files
Fix 3109/3108 typo.
1 parent bdfba4b commit 0f59481

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ allowlist_externals =
2929
# Python 3.10.8 is the most recent version that triggers
3030
# https://github.com/pytest-dev/pytest-asyncio/issues/757.
3131
#
32-
# We need to set basepython explicitly here because if we just added "py3109" to
33-
# envlist, tox would interpret that as "any py310".
32+
# We need to set basepython explicitly here because if we just added "py3108" to
33+
# envlist, tox would interpret that as "py310".
3434
basepython = python3.10.8
3535

3636
[testenv:docs]

0 commit comments

Comments
 (0)