From d15dc31f7459810af824b5e9e903f914140ceb2c Mon Sep 17 00:00:00 2001 From: Max Marrone Date: Thu, 18 Apr 2024 01:04:59 -0400 Subject: [PATCH] Fix 3109/3108 typo. --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index ce4330e4..6e40ca36 100644 --- a/tox.ini +++ b/tox.ini @@ -29,8 +29,8 @@ allowlist_externals = # Python 3.10.8 is the most recent version that triggers # https://github.com/pytest-dev/pytest-asyncio/issues/757. # -# We need to set basepython explicitly here because if we just added "py3109" to -# 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". basepython = python3.10.8 [testenv:docs]