Build debs for bookworm (#10612)

pull/10631/head
Richard van der Hoff 2021-08-17 13:48:59 +01:00 committed by GitHub
parent 5639759980
commit c8132f4a31
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

1
changelog.d/10612.misc Normal file
View File

@ -0,0 +1 @@
Build Debian packages for Debian 12 (Bookworm).

View File

@ -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)