Compare commits

...

2 Commits

Author SHA1 Message Date
CanbiZ
a9864ba309 Update Python version from 3.12 to 3.13 2025-11-15 20:26:58 +01:00
CanbiZ
20bba9010a healthchecks: bump python to 3.13 2025-11-15 20:25:23 +01:00
2 changed files with 2 additions and 2 deletions

View File

@@ -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"

View File

@@ -22,7 +22,7 @@ $STD apt install -y \
caddy
msg_ok "Installed Dependencies"
PYTHON_VERSION="3.12" setup_uv
PYTHON_VERSION="3.13" setup_uv
PG_VERSION=16 setup_postgresql
msg_info "Setup Database"