healthchecks: bump python to 3.13

This commit is contained in:
CanbiZ
2025-11-15 20:25:23 +01:00
committed by GitHub
parent fa9b815474
commit 20bba9010a

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"