From 57a8c7e65230e427da11bfd5ae72bf1319699fa9 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Sat, 24 Jun 2023 16:29:21 +0200 Subject: [PATCH] Add Debian Bookworm to CI. (#631) --- .azure-pipelines/azure-pipelines.yml | 2 ++ tests/integration/targets/setup_python_info/vars/main.yml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml index 36b535b49..70c8b9027 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -177,6 +177,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.9 diff --git a/tests/integration/targets/setup_python_info/vars/main.yml b/tests/integration/targets/setup_python_info/vars/main.yml index ec2170aed..8bbf9f670 100644 --- a/tests/integration/targets/setup_python_info/vars/main.yml +++ b/tests/integration/targets/setup_python_info/vars/main.yml @@ -72,6 +72,8 @@ system_python_version_data: Debian: '11': - '3.9' + '12': + - '3.11' Alpine: '3.16': - '3.10'