From debfa262e02092cdc67550486f716cb69f65fb4b Mon Sep 17 00:00:00 2001 From: m1yag1 <8730430+m1yag1@users.noreply.github.com> Date: Sat, 12 Jul 2025 12:45:19 -0500 Subject: [PATCH] Upgrade Platform.sh runtime to Python 3.12 Update .platform.app.yaml to use python:3.12 runtime instead of python:3.8. This aligns the production environment with our updated codebase that now supports Python 3.12. --- .platform.app.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.platform.app.yaml b/.platform.app.yaml index d88923c0..ec828848 100644 --- a/.platform.app.yaml +++ b/.platform.app.yaml @@ -7,7 +7,7 @@ name: "website" # The runtime the application uses. -type: "python:3.8" +type: "python:3.12" # The size of the persistent disk of the application (in MB). disk: 512 # MB