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

@@ -50,10 +50,6 @@ load-plugins=
# Pickle collected data for later comparisons.
persistent=yes
# When enabled, pylint would attempt to guess common misconfiguration and emit
# user-friendly hints instead of false-positive error messages.
suggestion-mode=yes
# Allow loading of arbitrary C extensions. Extensions are imported into the
# active Python interpreter and may run arbitrary code.
unsafe-load-any-extension=no

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