Skip to content

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

Merged
erlend-aasland merged 1 commit into
python:mainfrom
erlend-aasland:ci/ubuntu-22.04
May 6, 2024
Merged

gh-115119: Bump CI to use Ubuntu 22.04#118631
erlend-aasland merged 1 commit into
python:mainfrom
erlend-aasland:ci/ubuntu-22.04

Conversation

@erlend-aasland

@erlend-aaslanderlend-aasland commented May 6, 2024

Copy link
Copy Markdown
Contributor

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
Copy Markdown
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

Copy link
Copy Markdown
ContributorAuthor

We might want to backport this to 3.12.

@hugovkhugovk left a comment

Copy link
Copy Markdown
Member

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-aaslanderlend-aasland added the needs backport to 3.12 only security fixes label May 6, 2024
@erlend-aasland
erlend-aasland merged commit 716ec4b into python:mainMay 6, 2024
@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
Copy Markdown

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

@bedevere-appbedevere-appBot removed the needs backport to 3.12 only 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 freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@erlend-aasland@hugovk