-
Notifications
You must be signed in to change notification settings - Fork 683
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
Remove Ubuntu 18.04 and upgrade Fedora to 39 and RHEL to 9.4 #1408
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems some CIs need to be fixed.
For Ubuntu 24, it's about PEP668: https://peps.python.org/pep-0668/#marking-an-interpreter-as-using-an-external-package-manager.
We can simply apply --break-system-packages
for the pip.
"Package and release / mingw-w64" is a known issue: #1347, we can ignore it.
bd4f74b
to
ad00b7e
Compare
@clementperon now that we updated RHEL, maybe we can fix this PR and merge it? |
@tigercosmos can you approve this PR so we can merge it? We changed it to only remove Ubuntu 18.04. We'll add 24.04 in a separate PR |
Ubuntu 18.04 is EOL since April 2023.
Also it doesn't support recent NodeJS this imply we can't properly bump Github CI Actions.
Let's drop it and add support of Ubuntu 24.04 instead