-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Add Ubuntu 22.04 #62100
Add Ubuntu 22.04 #62100
Conversation
re-run all |
re-run full pr-ubuntu-2204 |
re-run full pr-ubuntu-2204 |
re-run full pr-ubuntu-2204 |
@@ -4,7 +4,7 @@ | |||
# | |||
# pip-compile --output-file=requirements/static/ci/py3.10/linux-crypto.txt --pip-args='--constraint=requirements/static/ci/py3.10/linux.txt' requirements/static/ci/crypto.in | |||
# | |||
m2crypto==0.35.2 | |||
m2crypto==0.38.0 |
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.
why are you only updating m2crypto for python 3.10?
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.
0.35.2 fails to build on python 3.10, switching to 0.38.0 solves that problem
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.
Why not upgrade m2crypto for all python versions?
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.
Done, will adjust parameters if/when failures arise.
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.
Can confirm m2crypto==0.38.0 installs on python 3.5-3.10
re-run full pr-ubuntu-2204 |
re-run full pr-ubuntu-2204 |
re-run full all |
What does this PR do?
Add Ubuntu 22.04
Fixes: #61995 #61779