Skip to content

Commit 71b34b3

Browse files
committed
Drop support for Ubuntu 24.10 'Oracular Oriole', add support for Ubuntu 25.04 'Plucky Puffin' (#18962)
1 parent 0fbf296 commit 71b34b3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

changelog.d/18962.misc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Drop support for Ubuntu 24.10 Oracular Oriole, and add support for Ubuntu 25.04 Plucky Puffin.

scripts-dev/build_debian_packages.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"debian:sid", # (rolling distro, no EOL)
3333
"ubuntu:jammy", # 22.04 LTS (EOL 2027-04) (our EOL forced by Python 3.10 is 2026-10-04)
3434
"ubuntu:noble", # 24.04 LTS (EOL 2029-06)
35-
"ubuntu:oracular", # 24.10 (EOL 2025-07)
35+
"ubuntu:plucky", # 25.04 (EOL 2026-01)
3636
"debian:trixie", # (EOL not specified yet)
3737
)
3838

0 commit comments

Comments
 (0)