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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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