From eab6d216433e869753479865a8301315f259046d Mon Sep 17 00:00:00 2001 From: Jamie Snape Date: Sat, 24 Jan 2026 11:10:10 -0500 Subject: [PATCH] Update Python version to 3.14 in MODULE.bazel --- MODULE.bazel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MODULE.bazel b/MODULE.bazel index 145fc48..8386f6c 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -63,7 +63,7 @@ python = use_extension( python.toolchain( ignore_root_user_error = True, is_default = True, - python_version = "3.12", + python_version = "3.14", ) bazel_dep(name = "platforms", version = "1.0.0", dev_dependency = True)