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

Commit

Permalink
Add support for ubuntu 21.10 "Impish Indri" (#11024)
Browse files Browse the repository at this point in the history
* support ubuntu 21.10 indri

* add changelog

* update to correct codename

Co-authored-by: Brendan Abolivier <github@brendanabolivier.com>

Co-authored-by: Brendan Abolivier <github@brendanabolivier.com>
  • Loading branch information
H-Shay and babolivier committed Oct 12, 2021
1 parent 9abc5f2 commit 5dcacdf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions changelog.d/11024.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Add support for Ubuntu 21.10 "Impish Indri".
1 change: 1 addition & 0 deletions scripts-dev/build_debian_packages
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ DISTS = (
"ubuntu:bionic", # 18.04 LTS (our EOL forced by Py36 on 2021-12-23)
"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)
)

DESC = """\
Expand Down

0 comments on commit 5dcacdf

Please sign in to comment.