You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The accepted PEP 600 defines new manylinux tags corresponding to glibc versions. By my understanding, WPILib's linuxx86-64 corresponds to Ubuntu 18.04, which would correspond to the platform tag manylinux_2_27_x86_64.
PEP 599 (manylinux2014) also explicitly allows the armv7l and aarch64 platforms, so we should be good to publish wheels for all WPILib Linux platforms once we have the infrastructure.
The text was updated successfully, but these errors were encountered:
We won't be able to use auditwheel on most of our packages, so we'll have to manually (in CI) rename our wheels. But this will mean we can host our x86-64 Linux wheels on PyPI.
The accepted PEP 600 defines new manylinux tags corresponding to glibc versions. By my understanding, WPILib's linuxx86-64 corresponds to Ubuntu 18.04, which would correspond to the platform tag
manylinux_2_27_x86_64
.PEP 599 (manylinux2014) also explicitly allows the armv7l and aarch64 platforms, so we should be good to publish wheels for all WPILib Linux platforms once we have the infrastructure.
The text was updated successfully, but these errors were encountered: