From a9864ba3091e6489db59cd544f82f91cf7309f66 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Sat, 15 Nov 2025 20:26:58 +0100 Subject: [PATCH] Update Python version from 3.12 to 3.13 --- ct/healthchecks.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/healthchecks.sh b/ct/healthchecks.sh index 7e6b714ca..a1912422b 100644 --- a/ct/healthchecks.sh +++ b/ct/healthchecks.sh @@ -33,7 +33,7 @@ function update_script() { systemctl stop healthchecks msg_ok "Stopped Services" - PYTHON_VERSION="3.12" setup_uv + PYTHON_VERSION="3.13" setup_uv fetch_and_deploy_gh_release "healthchecks" "healthchecks/healthchecks" msg_info "Updating healthchecks"