Skip to content

Commit 79b2218

Browse files
committed
wip
1 parent 8a83cde commit 79b2218

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/private/pypi/whl_metadata_repo.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,6 @@ whl_metadata_repo = repository_rule(
153153
"torch",
154154
"redis",
155155
]),
156-
"interpreters": attr.label_list(default = list(INTERPRETER_LABELS.values())[4:5]),
156+
"interpreters": attr.label_list(default = list(INTERPRETER_LABELS.values())[:5]),
157157
},
158158
)

0 commit comments

Comments
 (0)