Skip to content

Commit 24975ec

Browse files
authored
Build debian packages for new Ubuntu versions (#17824)
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
1 parent 451a9dc commit 24975ec

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

changelog.d/17824.misc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Build debian packages for new Ubuntu versions, and stop building for no longer supported versions.

scripts-dev/build_debian_packages.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
"debian:sid", # (EOL not specified yet) (our EOL forced by Python 3.11 is 2027-10-24)
3333
"ubuntu:focal", # 20.04 LTS (EOL 2025-04) (our EOL forced by Python 3.8 is 2024-10-14)
3434
"ubuntu:jammy", # 22.04 LTS (EOL 2027-04) (our EOL forced by Python 3.10 is 2026-10-04)
35-
"ubuntu:lunar", # 23.04 (EOL 2024-01) (our EOL forced by Python 3.11 is 2027-10-24)
36-
"ubuntu:mantic", # 23.10 (EOL 2024-07) (our EOL forced by Python 3.11 is 2027-10-24)
35+
"ubuntu:noble", # 24.04 LTS (EOL 2029-06)
36+
"ubuntu:oracular", # 24.10 (EOL 2025-07)
3737
"debian:trixie", # (EOL not specified yet)
3838
)
3939

0 commit comments

Comments
 (0)