diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml index 7e4b9c8a..a0129ec9 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -171,9 +171,11 @@ stages: parameters: testFormat: devel/linux-community/{0} targets: - - name: Debian Bookworm + - name: Debian 13 Trixie + test: debian-13-trixie/3.13 + - name: Debian 12 Bookworm test: debian-bookworm/3.11 - - name: Debian Bullseye + - name: Debian 11 Bullseye test: debian-bullseye/3.9 - name: ArchLinux test: archlinux/3.13 diff --git a/tests/integration/targets/setup_python_info/vars/main.yml b/tests/integration/targets/setup_python_info/vars/main.yml index 9d9c44c8..a41728dc 100644 --- a/tests/integration/targets/setup_python_info/vars/main.yml +++ b/tests/integration/targets/setup_python_info/vars/main.yml @@ -76,6 +76,8 @@ system_python_version_data: - '3.9' '12': - '3.11' + '13': + - '3.13' Alpine: '3.16': - '3.10' @@ -95,3 +97,6 @@ cannot_upgrade_cryptography: - '3.9' # this is the default container for ansible-core 2.12; upgrading cryptography wrecks pyOpenSSL '24': - '3.12' # ERROR: Cannot uninstall cryptography 41.0.7, RECORD file not found. Hint: The package was installed by debian. + Debian: + '13': + - '3.13' # ERROR: Cannot uninstall cryptography 43.0.0, RECORD file not found. Hint: The package was installed by debian.