From c4d738d70b1d0a12cf59771b51d079bcfa8077a8 Mon Sep 17 00:00:00 2001 From: Carlo Costino Date: Thu, 21 Mar 2024 17:45:01 -0400 Subject: [PATCH] Update Cloud Foundry runtime.txt file This changeset updates the runtime.txt file so that Cloud Foundry picks up Python 3.12.x instead of Python 3.9.x Signed-off-by: Carlo Costino --- runtime.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime.txt b/runtime.txt index 305091cae..64f28603a 100644 --- a/runtime.txt +++ b/runtime.txt @@ -1 +1 @@ -python-3.9.x +python-3.12.x