Skip to content

Commit 5d734c8

Browse files
authored
Allow for custom python versions in python_register_toolchains (#657)
1 parent 121741a commit 5d734c8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

python/repositories.bzl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,6 @@ python_repository = repository_rule(
183183
"python_version": attr.string(
184184
doc = "The Python version.",
185185
mandatory = True,
186-
values = TOOL_VERSIONS.keys() + MINOR_MAPPING.keys(),
187186
),
188187
"release_filename": attr.string(
189188
doc = "The filename of the interpreter to be downloaded",

0 commit comments

Comments
 (0)