Update Python version from 3.11 to 3.12

This commit is contained in:
Bas van den Berg
2025-09-19 20:12:38 +02:00
committed by GitHub
parent 3c1bf165c9
commit 5ac0836d6c

View File

@@ -22,7 +22,7 @@ $STD apt-get install -y \
nginx
msg_ok "Installed Dependencies"
PYTHON_VERSION="3.11" setup_uv
PYTHON_VERSION="3.12" setup_uv
PG_VERSION="17" setup_postgresql
msg_info "Installing Postgresql"