Bazel: bump python version to 3.12

This commit is contained in:
Paolo Tranquilli
2025-03-19 14:18:13 +01:00
parent 06b349e307
commit 53c235dfd5
4 changed files with 5 additions and 2 deletions

View File

@@ -155,7 +155,7 @@ use_repo(csharp_main_extension, "paket.main")
pip = use_extension("@rules_python//python/extensions:pip.bzl", "pip")
pip.parse(
hub_name = "codegen_deps",
python_version = "3.11",
python_version = "3.12",
requirements_lock = "//misc/codegen:requirements_lock.txt",
)
use_repo(pip, "codegen_deps")