Skip to content

Commit 503acab

Browse files
committed
revert the inclusion of 3.13 toolchain
1 parent 330b9f2 commit 503acab

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

MODULE.bazel

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,7 @@ python.toolchain(
4646
is_default = True,
4747
python_version = "3.11",
4848
)
49-
python.toolchain(
50-
python_version = "3.13",
51-
)
52-
use_repo(python, "python_3_11", "python_3_13", "python_versions", "pythons_hub")
49+
use_repo(python, "python_3_11", "python_versions", "pythons_hub")
5350

5451
# This call registers the Python toolchains.
5552
register_toolchains("@pythons_hub//:all")

0 commit comments

Comments
 (0)