Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update manylinux to 2_28 #1088

Merged
merged 2 commits into from
Nov 27, 2024
Merged

Update manylinux to 2_28 #1088

merged 2 commits into from
Nov 27, 2024

Conversation

moratom
Copy link
Collaborator

@moratom moratom commented Nov 26, 2024

This PR introduces the following:

  • Bumps the manylinux image to 2_28.
  • Drops the support for RPI Buster, since it's EOL for some time now.

The main reason for the above is github actions essentially dropping support for runtimes that use GLIBC < 2.28.
actions/checkout#1809

We're effectively dropping OS versions that are all EOL for some time.
The new minimum requirements for the popular Linux OSes are now:

Built wheels are also expected to be compatible with other distros using glibc 2.28 or later, including:

Debian 10+
Ubuntu 18.10+
Fedora 29+
CentOS/RHEL 8+

(from https://github.com/pypa/manylinux)

And remove some comments that are not relevant anymore
@moratom moratom merged commit 55b4481 into develop Nov 27, 2024
33 of 35 checks passed
@moratom moratom deleted the update_manylinux branch November 27, 2024 22:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants