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.
python_register_toolchains
1 parent 121741a commit 5d734c8Copy full SHA for 5d734c8
python/repositories.bzl
@@ -183,7 +183,6 @@ python_repository = repository_rule(
183
"python_version": attr.string(
184
doc = "The Python version.",
185
mandatory = True,
186
- values = TOOL_VERSIONS.keys() + MINOR_MAPPING.keys(),
187
),
188
"release_filename": attr.string(
189
doc = "The filename of the interpreter to be downloaded",
0 commit comments