Skip to content
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

gh-115119: Bump CI to use Ubuntu 22.04 #118631

Merged
merged 1 commit into from
May 6, 2024

Conversation

erlend-aasland
Copy link
Contributor

@erlend-aasland erlend-aasland commented May 6, 2024

Ubuntu 22.04 ships with mpdecimal 2.5.1, installable using apt install libmpdec-dev.

Ubuntu 22.04 ships with mpdecimal 2.5.1, installable using 'apt install libmpdec3'
@erlend-aasland
Copy link
Contributor Author

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
Copy link
Contributor Author

We might want to backport this to 3.12.

Copy link
Member

@hugovk hugovk left a 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.

@erlend-aasland erlend-aasland added the needs backport to 3.12 bug and security fixes label May 6, 2024
@erlend-aasland erlend-aasland merged commit 716ec4b into python:main May 6, 2024
39 checks passed
@erlend-aasland erlend-aasland deleted the ci/ubuntu-22.04 branch May 6, 2024 08:39
@miss-islington-app

This comment was marked as outdated.

@miss-islington-app

This comment was marked as outdated.

@bedevere-app
Copy link

bedevere-app bot commented May 6, 2024

GH-118634 is a backport of this pull request to the 3.12 branch.

@bedevere-app bedevere-app bot removed the needs backport to 3.12 bug and security fixes label May 6, 2024
erlend-aasland added a commit that referenced this pull request May 6, 2024
Ubuntu 22.04 ships with mpdecimal 2.5.1, installable using 'apt install libmpdec-dev'.
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'.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants