Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32k
gh-115119: Bump CI to use Ubuntu 22.04#118631
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Ubuntu 22.04 ships with mpdecimal 2.5.1, installable using 'apt install libmpdec3'
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. |
We might want to backport this to 3.12. |
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.
We might want to backport this to 3.12.
Yep, let's keep them in sync for fewer surprises.
716ec4b
intopython:mainUh oh!
There was an error while loading.Please reload this page.
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 the3.12 branch. |
Ubuntu 22.04 ships with mpdecimal 2.5.1, installable using 'apt install libmpdec-dev'.
Uh oh!
There was an error while loading.Please reload this page.
Ubuntu 22.04 ships with mpdecimal 2.5.1, installable using
apt install libmpdec-dev
.libmpdec
sources #115119