Why does warehouse allow linux_armv6l and linux_armv7l wheels? · Issue #3668 · pypi/warehouse (original) (raw)
Historically we never allowed linux
wheels on PyPI, and this was an intentional choice, because linux
doesn't tell us enough to make any guesses about ABI compatibility. That's still true. But warehouse now allows specifically linux_armv6l
and linux_armv7l
as legal wheel platforms (but no other options).
This appears to have come in through #2003, #2010, #2012, but none of those have any discussion of why we suddenly changed this policy...
What's going on here? Why are we allowing linux
wheels at all, and why is it specific to these two CPU architectures?