Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Drop support for EOL Ubuntu 21.04 #11961

Merged
merged 4 commits into from
Feb 10, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions changelog.d/11961.removal
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
No longer build `.deb` packages for Ubuntu 21.04 Hirsute Hippo, which has now EOLed.
1 change: 0 additions & 1 deletion scripts-dev/build_debian_packages
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ DISTS = (
"debian:bookworm",
"debian:sid",
"ubuntu:focal", # 20.04 LTS (our EOL forced by Py38 on 2024-10-14)
"ubuntu:hirsute", # 21.04 (EOL 2022-01-05)
"ubuntu:impish", # 21.10 (EOL 2022-07)
)

Expand Down