-
Notifications
You must be signed in to change notification settings - Fork 324
Remove EOL F34/Py 3.9 and update Py 3.10 from F35 to F36 #535
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
Conversation
[test] |
One last thing - update the bundled pip to the version from the latest stable Fedora. [test-all] |
[test] |
There is a problem. pip 9 respects metadata about Python versions compatibility but pip 7 we have in RHEL 7 does not. |
[test] |
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.
As discussed above, I believe you can skip the Pin pip version for EL7 and Python 2.7 only
commit (and the related distgit regen).
The rest of the changes looks good!
Thanks for the review. Let's do the removal first so we can test this update without Py2.7/RHEL7. See #537 |
pip 22 no longer supports Python 3.6 so we need to switch it back to pip installed from PyPI. The latest supported version should be detected automatically by pip. After that, when we update bundled pip to 22, it won't affect Python 3.6 at all.
Rebased, fix for EL7/py2 removed, [test-all] |
LGTM! |
SSIA