Drop support for Python 3.9, which has been end-of-lifed. (Also hopefully fix the build.)

This commit is contained in:
Dan Helfman
2025-11-01 23:16:13 -07:00
parent 85f06a900a
commit 0da4b64838
4 changed files with 22 additions and 20 deletions
+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 -e py39,py313 --sitepackages
tox --workdir /tmp/.tox -e py311,py314 --sitepackages
tox --workdir /tmp/.tox --sitepackages -e end-to-end