Skip to content
Snippets Groups Projects
Unverified Commit 5dcacdf6 authored by Hillery Shay's avatar Hillery Shay Committed by GitHub
Browse files

Add support for ubuntu 21.10 "Impish Indri" (#11024)


* support ubuntu 21.10 indri

* add changelog

* update to correct codename

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

Co-authored-by: default avatarBrendan Abolivier <github@brendanabolivier.com>
parent 9abc5f2a
No related branches found
No related tags found
No related merge requests found
Add support for Ubuntu 21.10 "Impish Indri".
\ No newline at end of file
......@@ -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 = """\
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment