From 28465d353deb345479e2f4af2e39e1a11a91a533 Mon Sep 17 00:00:00 2001 From: Amogh Desai Date: Wed, 4 Feb 2026 12:03:11 +0530 Subject: [PATCH] [v3-1-test] Bump python 3.13 to 3.13.12 (#61425) (cherry picked from commit a213196e3ceb6c1a8455fa8781af452eb23d057a) Co-authored-by: Amogh Desai --- dev/breeze/src/airflow_breeze/global_constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/breeze/src/airflow_breeze/global_constants.py b/dev/breeze/src/airflow_breeze/global_constants.py index f34190587c1ef..7113042dacb8c 100644 --- a/dev/breeze/src/airflow_breeze/global_constants.py +++ b/dev/breeze/src/airflow_breeze/global_constants.py @@ -758,7 +758,7 @@ def get_airflow_extras(): "3.10": "3.10.19", "3.11": "3.11.14", "3.12": "3.12.12", - "3.13": "3.13.11", + "3.13": "3.13.12", } # Number of slices for low dep tests