diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml index 54b5bc16..69084f1b 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -203,14 +203,14 @@ stages: parameters: testFormat: devel/{0}/1 targets: - - name: macOS 11.1 - test: macos/11.1 + - name: macOS 12.0 + test: macos/12.0 - name: RHEL 7.9 test: rhel/7.9 - name: RHEL 8.5 test: rhel/8.5 - - name: FreeBSD 12.2 - test: freebsd/12.2 + - name: FreeBSD 12.3 + test: freebsd/12.3 - name: FreeBSD 13.0 test: freebsd/13.0 - stage: Remote_2_12 diff --git a/tests/integration/targets/setup_python_info/vars/main.yml b/tests/integration/targets/setup_python_info/vars/main.yml index 12243588..58ad6df7 100644 --- a/tests/integration/targets/setup_python_info/vars/main.yml +++ b/tests/integration/targets/setup_python_info/vars/main.yml @@ -32,11 +32,15 @@ system_python_version_data: - '3.8' '11.1': - '3.9' + '12.0': + - '3.10' FreeBSD: '12.1': - '3.6' '12.2': - '3.7' + '12.3': + - '3.8' '13.0': - '3.7' RedHat: