Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion python/repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,6 @@ python_repository = repository_rule(
"python_version": attr.string(
doc = "The Python version.",
mandatory = True,
values = TOOL_VERSIONS.keys() + MINOR_MAPPING.keys(),

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think there should still be some validation here, but instead now in the macro. Can this be added in a follow up diff?

),
"release_filename": attr.string(
doc = "The filename of the interpreter to be downloaded",
Expand Down