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
Update data server build step to run with ubuntu 20.04 and change platform tag (#6636)
This should ensure that the generated wheels are compatible with the
`manylinux_2_31` platform tag, since that's the version of `glibc`
shipped with ubuntu 20.04. This aligns us with
https://peps.python.org/pep-0600/ instead of reconfiguring our CI
workflow to build on a system with `glibc<=2.17` to keep supporting the
`manylinux2014` tag (https://peps.python.org/pep-0599/).
0 commit comments