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

Commit

Permalink
Build debs for bookworm (#10612)
Browse files Browse the repository at this point in the history
  • Loading branch information
richvdh authored Aug 17, 2021
1 parent 5639759 commit c8132f4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelog.d/10612.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Build Debian packages for Debian 12 (Bookworm).
3 changes: 2 additions & 1 deletion scripts-dev/build_debian_packages
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@ from concurrent.futures import ThreadPoolExecutor
from typing import Optional, Sequence

DISTS = (
"debian:buster",
"debian:buster", # oldstable: EOL 2022-08
"debian:bullseye",
"debian:bookworm",
"debian:sid",
"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)
Expand Down

0 comments on commit c8132f4

Please sign in to comment.