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 f7ed21c commit 8de85bbCopy full SHA for 8de85bb
src/pip/_internal/pep425tags.py
@@ -324,8 +324,6 @@ def _get_platforms():
324
arch_prefix, arch_sep, arch_suffix = arch.partition('_')
325
if arch.startswith('macosx'):
326
arches = _mac_platforms(arch)
327
- elif arch_prefix in ['manylinux2014', 'manylinux2010']:
328
- arches = _custom_manylinux_platforms(arch)
329
else:
330
arches = []
331
if is_manylinux2014_compatible():
0 commit comments