From 8e4968e7035861220449bd0a49bef5b32964ecca Mon Sep 17 00:00:00 2001 From: Carlo Costino Date: Thu, 21 Mar 2024 17:44:30 -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