From 3dc15922d12c2590e500634e0f750b12a847e13f Mon Sep 17 00:00:00 2001 From: sriram veeraghanta Date: Fri, 11 Oct 2024 16:50:09 +0530 Subject: [PATCH] fix: python version upgrade --- apiserver/runtime.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apiserver/runtime.txt b/apiserver/runtime.txt index 4937ae149a..0e1ecfb219 100644 --- a/apiserver/runtime.txt +++ b/apiserver/runtime.txt @@ -1 +1 @@ -python-3.12.6 \ No newline at end of file +python-3.12.7 \ No newline at end of file