From 1c64c80038533302a0ca8991f2e63e622cae063a Mon Sep 17 00:00:00 2001 From: Carlo Costino Date: Thu, 20 Jun 2024 17:58:47 -0400 Subject: [PATCH] Update runtime.txt to match Python 3.12.3 for the cloud.gov python buildpak Signed-off-by: Carlo Costino --- runtime.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime.txt b/runtime.txt index 64f28603a..4ddc7cd66 100644 --- a/runtime.txt +++ b/runtime.txt @@ -1 +1 @@ -python-3.12.x +python-3.12.3