We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df41b58 commit 03c8b2fCopy full SHA for 03c8b2f
1 file changed
WORKSPACE
@@ -55,6 +55,15 @@ http_archive(
55
url = "https://github.com/bazelbuild/rules_python/archive/refs/tags/0.8.0.tar.gz",
56
)
57
58
+load("@rules_python//python:repositories.bzl", "python_register_toolchains")
59
+
60
+python_register_toolchains(
61
+ name = "python3_9",
62
+ python_version = "3.9",
63
+)
64
65
+load("@python3_9//:defs.bzl", "interpreter")
66
67
# This one is only needed if you're using the packaging rules.
68
load("@rules_python//python:pip.bzl", "pip_install")
69
0 commit comments