Skip to content

Commit 45ae66d

Browse files
authored
healthchecks: bump python to 3.13 (#9175)
1 parent 6e053f2 commit 45ae66d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ct/healthchecks.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ function update_script() {
3333
systemctl stop healthchecks
3434
msg_ok "Stopped Services"
3535

36-
PYTHON_VERSION="3.12" setup_uv
36+
PYTHON_VERSION="3.13" setup_uv
3737
fetch_and_deploy_gh_release "healthchecks" "healthchecks/healthchecks"
3838

3939
msg_info "Updating healthchecks"

install/healthchecks-install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ $STD apt install -y \
2222
caddy
2323
msg_ok "Installed Dependencies"
2424

25-
PYTHON_VERSION="3.12" setup_uv
25+
PYTHON_VERSION="3.13" setup_uv
2626
PG_VERSION=16 setup_postgresql
2727

2828
msg_info "Setup Database"

0 commit comments

Comments
 (0)