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

Build Debian packages for Ubuntu 23.04 Lunar Lobster #15381

Merged
merged 1 commit into from Apr 3, 2023
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions changelog.d/15381.feature
@@ -0,0 +1 @@
Build Debian packages for Ubuntu 23.04 (Lunar Lobster).
1 change: 1 addition & 0 deletions scripts-dev/build_debian_packages.py
Expand Up @@ -28,6 +28,7 @@
"ubuntu:focal", # 20.04 LTS (our EOL forced by Py38 on 2024-10-14)
"ubuntu:jammy", # 22.04 LTS (EOL 2027-04)
"ubuntu:kinetic", # 22.10 (EOL 2023-07-20)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Something to look forward to in July, I suppose?

"ubuntu:lunar", # 23.04 (EOL 2024-01)
)

DESC = """\
Expand Down