Skip to content

Commit 550115e

Browse files
committed
simplify the test more
1 parent 2ff65f9 commit 550115e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

python/private/pypi/select_whl.bzl

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,6 @@ def select_whl(*, whls, python_version, platforms, want_abis, implementation = "
4141
one, then we will return a list.
4242
"""
4343
py_version = version.parse(python_version, strict = True)
44-
45-
# Get the minor version instead
46-
# TODO @aignas 2025-06-27: do this more efficiently
47-
py_version = version.parse("{0}.{1}".format(*py_version.release), strict = True)
4844
candidates = {}
4945

5046
for whl in whls:

0 commit comments

Comments
 (0)