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 8a83cde commit 79b2218Copy full SHA for 79b2218
python/private/pypi/whl_metadata_repo.bzl
@@ -153,6 +153,6 @@ whl_metadata_repo = repository_rule(
153
"torch",
154
"redis",
155
]),
156
- "interpreters": attr.label_list(default = list(INTERPRETER_LABELS.values())[4:5]),
+ "interpreters": attr.label_list(default = list(INTERPRETER_LABELS.values())[:5]),
157
},
158
)
0 commit comments