feat: python version bump

This commit is contained in:
2025-12-15 20:51:56 +02:00
parent ffe68aba45
commit c21270a35d
4 changed files with 48 additions and 69 deletions

View File

@@ -7,7 +7,7 @@
export PYTHON_KEYRING_BACKEND=keyring.backends.null.Keyring
local version="3.13.7"
local version="3.14.2"
if ! pyenv versions --bare | grep -q "$version"; then
pyenv install "$version"