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

Build debian packages for new Ubuntu versions #17824

Merged
merged 2 commits into from
Oct 14, 2024

Conversation

erikjohnston
Copy link
Member

@erikjohnston erikjohnston commented Oct 14, 2024

c.f. https://wiki.ubuntu.com/Releases for the currently supported Ubuntu releases.

Note: this removes support for 23.04 and 23.10, which are EOL.

Fixes #17811

@erikjohnston erikjohnston marked this pull request as ready for review October 14, 2024 09:16
@erikjohnston erikjohnston requested a review from a team as a code owner October 14, 2024 09:16
@@ -32,8 +32,8 @@
"debian:sid", # (EOL not specified yet) (our EOL forced by Python 3.11 is 2027-10-24)
"ubuntu:focal", # 20.04 LTS (EOL 2025-04) (our EOL forced by Python 3.8 is 2024-10-14)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should remove this one along with Python 3.8 as well. But perhaps that's best done in a separate PR.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, let's do that when we actually remove py3.8 support

@erikjohnston erikjohnston merged commit 24975ec into develop Oct 14, 2024
31 checks passed
@erikjohnston erikjohnston deleted the erikj/build_debs_ubuntu branch October 14, 2024 10:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Provide packages for Ubuntu Noble (24.04) and Oracular (24.10)
2 participants