Skip to content

Commit 4ab62a1

Browse files
chore: update Python Bazel toolchain reference to use @rules_python
See rules_python docs: https://rules-python.readthedocs.io/en/latest/toolchains.html#
1 parent f96c01a commit 4ab62a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platform_defs/BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ py_runtime_pair(
1616
toolchain(
1717
name = "default_python3_toolchain",
1818
toolchain = ":just_python3",
19-
toolchain_type = "@bazel_tools//tools/python:toolchain_type",
19+
toolchain_type = "@rules_python//python:toolchain_type",
2020
)
2121

0 commit comments

Comments
 (0)