healthchecks: bump python to 3.13 (#9175)

This commit is contained in:
CanbiZ
2025-11-16 02:10:39 +01:00
committed by GitHub
parent 6e053f2c39
commit 45ae66d474
2 changed files with 2 additions and 2 deletions
+1 -1
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"