From 5ac0836d6c58d51dd2c7c3c0bde21d3bec9c8469 Mon Sep 17 00:00:00 2001 From: Bas van den Berg <74251551+bvdberg01@users.noreply.github.com> Date: Fri, 19 Sep 2025 20:12:38 +0200 Subject: [PATCH] Update Python version from 3.11 to 3.12 --- install/warracker-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/warracker-install.sh b/install/warracker-install.sh index 0c3c2260..a5a8bc17 100644 --- a/install/warracker-install.sh +++ b/install/warracker-install.sh @@ -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"