From 285bbf54cb29765e729e2621d2bc0b4b3c267584 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Sat, 24 Jun 2023 16:29:13 +0200 Subject: [PATCH] Add Debian Bookworm to CI. (#657) --- .azure-pipelines/azure-pipelines.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml index e82b1714..ae7dc67e 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -179,6 +179,8 @@ stages: targets: - name: Debian Bullseye test: debian-bullseye/3.9 + - name: Debian Bookworm + test: debian-bookworm/3.11 - name: ArchLinux test: archlinux/3.11 - name: CentOS Stream 8 with Python 3.6