diff --git a/home/private_dot_local/bin/executable_pyenv-update b/home/private_dot_local/bin/executable_pyenv-update index 712d3a98..1050980b 100644 --- a/home/private_dot_local/bin/executable_pyenv-update +++ b/home/private_dot_local/bin/executable_pyenv-update @@ -8,7 +8,7 @@ for repo in $PYENV_ROOT $PYENV_ROOT/plugins/* git -C $repo pull -q end -set releases (curl -sSf https://raw.githubusercontent.com/python/devguide/main/include/release-cycle.json | yq -ojson -I0) +set releases (curl -sSf https://peps.python.org/api/release-cycle.json | yq -ojson -I0) for release in (printf '%s' $releases | yq -r 'to_entries[] | select(.value.status | contains("bugfix", "security")) | .key') set latest (pyenv latest --known $release)