Skip to content

Commit 53c235d

Browse files
author
Paolo Tranquilli
committed
Bazel: bump python version to 3.12
1 parent 06b349e commit 53c235d

File tree

4 files changed

+5
-2
lines changed

4 files changed

+5
-2
lines changed

Diff for: .bazelrc

+1
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,6 @@ build --java_language_version=17
3737
build --tool_java_language_version=17
3838
build --tool_java_runtime_version=remotejdk_17
3939
build --java_runtime_version=remotejdk_17
40+
build --@rules_python//python/config_settings:python_version=3.12
4041

4142
try-import %workspace%/local.bazelrc

Diff for: .bazelrc.internal

+2
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,5 @@ common --registry=https://bcr.bazel.build
88
# its implementation packages without providing any code itself.
99
# We either can depend on internal implementation details, or turn of strict deps.
1010
common --@rules_dotnet//dotnet/settings:strict_deps=false
11+
12+
build --@rules_python//python/config_settings:python_version=3.12

Diff for: MODULE.bazel

+1-1
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ use_repo(csharp_main_extension, "paket.main")
155155
pip = use_extension("@rules_python//python/extensions:pip.bzl", "pip")
156156
pip.parse(
157157
hub_name = "codegen_deps",
158-
python_version = "3.11",
158+
python_version = "3.12",
159159
requirements_lock = "//misc/codegen:requirements_lock.txt",
160160
)
161161
use_repo(pip, "codegen_deps")

Diff for: misc/codegen/.python-version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.11
1+
3.12

0 commit comments

Comments
 (0)