From 7b2337c1c8ba0ee024dadbe7cbaee332e5bcdb18 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Date: Mon, 10 Nov 2025 19:49:52 +0200 Subject: [PATCH] Update release-cycle.json URL --- home/private_dot_local/bin/executable_pyenv-update | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)