Only run Python 3.9 and 3.13 in end-to-end tests since 3.11 has issues in Alpine.

This commit is contained in:
Dan Helfman
2025-07-18 17:25:31 -07:00
parent 5439e616f8
commit 099d30f044
+1 -1
View File
@@ -25,5 +25,5 @@ export PATH="/root/.local/bin:$PATH"
uv tool install tox --with tox-uv
export COVERAGE_FILE=/tmp/.coverage
tox --workdir /tmp/.tox --sitepackages
tox --workdir /tmp/.tox -e py39,py313 --sitepackages
tox --workdir /tmp/.tox --sitepackages -e end-to-end