bump py versions

This commit is contained in:
Alex Mykyta
2025-10-13 22:42:40 -07:00
parent a440cc1976
commit b097062e85
5 changed files with 7 additions and 10 deletions

View File

@@ -6,7 +6,7 @@ cd "$(dirname "$0")"
# Initialize venv
rm -rf .venv
python3 -m venv .venv
python3.13 -m venv .venv
source .venv/bin/activate
# Install test dependencies