Open
Description
What's the problem this feature will solve?
The robotpy project provides Python binaries for high school students to use to program robots in the FIRST Robotics Competition. Currently, Windows, MacOS, and Linux simulation binaries are hosted on PyPI. However, wheels targeting the robot's hardware, a custom linux image running on ARM, cannot. This is because of the restrictions on allowed platforms on PyPI (https://github.com/pypi/warehouse/blob/main/warehouse/forklift/legacy.py#L96).
Describe the solution you'd like
For organizations under "exclusive branded web addresses", restrictions on allowed platforms could be lifted to allow for supporting niche hardware.
Additional context