From c9b39a87c49baf0f02bac719defec1a51cf7aa59 Mon Sep 17 00:00:00 2001 From: Carlo Costino Date: Thu, 20 Jun 2024 14:46:44 -0400 Subject: [PATCH] Fix runtime.txt for cloud.gov and Python This changeset updates the runtime.txt file to match the recent Python version pinning that we had to do to fix a dependency issue. 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..6e797d468 100644 --- a/runtime.txt +++ b/runtime.txt @@ -1 +1 @@ -python-3.12.x +python-3.12.2