From 1efe6b8c41082fca68a6c408a854b25991814d65 Mon Sep 17 00:00:00 2001
From: Patrick Cloke <clokep@users.noreply.github.com>
Date: Tue, 19 Jul 2022 09:08:46 -0400
Subject: [PATCH] Stop building Ubuntu 21.10 (Impish Indri) which is end of
 life. (#13326)

---
 changelog.d/13326.removal            | 1 +
 scripts-dev/build_debian_packages.py | 1 -
 2 files changed, 1 insertion(+), 1 deletion(-)
 create mode 100644 changelog.d/13326.removal

diff --git a/changelog.d/13326.removal b/changelog.d/13326.removal
new file mode 100644
index 0000000000..8112286671
--- /dev/null
+++ b/changelog.d/13326.removal
@@ -0,0 +1 @@
+Stop builindg `.deb` packages for Ubuntu 21.10 (Impish Indri), which has reached end of life.
diff --git a/scripts-dev/build_debian_packages.py b/scripts-dev/build_debian_packages.py
index 38564893e9..cd2e64b75f 100755
--- a/scripts-dev/build_debian_packages.py
+++ b/scripts-dev/build_debian_packages.py
@@ -26,7 +26,6 @@ DISTS = (
     "debian:bookworm",
     "debian:sid",
     "ubuntu:focal",  # 20.04 LTS (our EOL forced by Py38 on 2024-10-14)
-    "ubuntu:impish",  # 21.10  (EOL 2022-07)
     "ubuntu:jammy",  # 22.04 LTS (EOL 2027-04)
 )
 
-- 
GitLab