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 92b079a commit cf52515Copy full SHA for cf52515
src/pip/_internal/pep425tags.py
@@ -320,8 +320,6 @@ def _get_platforms():
320
arch_prefix, arch_sep, arch_suffix = arch.partition('_')
321
if arch.startswith('macosx'):
322
arches = _mac_platforms(arch)
323
- elif arch_prefix in ['manylinux2014', 'manylinux2010']:
324
- arches = _custom_manylinux_platforms(arch)
325
else:
326
arches = []
327
if is_manylinux2014_compatible():
0 commit comments