Uh oh!
There was an error while loading. Please reload this page.
gh-115119: Bump CI to use Ubuntu 22.04 - #118631
Merged
Merged
Conversation
Ubuntu 22.04 ships with mpdecimal 2.5.1, installable using 'apt install libmpdec3'
15 tasks
erlend-aasland
commented
May 6, 2024
ContributorAuthor
FTR, the mpdecimal library provided by Ubuntu 20.04 is version 2.4.x; too old for CPython which requires mpdecimal 2.5.0 or newer. |
erlend-aasland
commented
May 6, 2024
ContributorAuthor
We might want to backport this to 3.12. |
hugovk
approved these changes
May 6, 2024
hugovk
left a comment
Member
There was a problem hiding this comment.
We might want to backport this to 3.12.
Yep, let's keep them in sync for fewer surprises.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
GH-118634 is a backport of this pull request to the 3.12 branch. |
erlend-aasland added a commit
that referenced
this pull request
May 6, 2024
SonicField pushed a commit
to SonicField/cpython
that referenced
this pull request
May 8, 2024
Ubuntu 22.04 ships with mpdecimal 2.5.1, installable using 'apt install libmpdec-dev'.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Ubuntu 22.04 ships with mpdecimal 2.5.1, installable using
apt install libmpdec-dev.libmpdecsources #115119