From e15f892fcf3974f52816f332181370b523f09a2d Mon Sep 17 00:00:00 2001 From: Carlo Costino Date: Wed, 24 Jul 2024 10:47:14 -0400 Subject: [PATCH] Update Python runtime version for cloud.gov This changeset modifies the Python version specified in the runtime.txt file for cloud.gov. The buildpack was recently updated, and the older version we had pinned is no longer supported. Signed-off-by: Carlo Costino --- runtime.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime.txt b/runtime.txt index 4ddc7cd66..64f28603a 100644 --- a/runtime.txt +++ b/runtime.txt @@ -1 +1 @@ -python-3.12.3 +python-3.12.x