Skip to content

Commit 7e145a2

Browse files
authored
Update Python version to 3.14 in MODULE.bazel (#27)
1 parent bf8e6a7 commit 7e145a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ python = use_extension(
6363
python.toolchain(
6464
ignore_root_user_error = True,
6565
is_default = True,
66-
python_version = "3.12",
66+
python_version = "3.14",
6767
)
6868

6969
bazel_dep(name = "platforms", version = "1.0.0", dev_dependency = True)

0 commit comments

Comments
 (0)