diff options
author | Matt Clay <matt@mystile.com> | 2023-10-03 23:52:38 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-03 23:52:38 +0200 |
commit | b94ee1cefd69bab87f13ec01e939a9a90285893b (patch) | |
tree | 9a7ed6010e95be51621d64f84749ee92e52afd32 /.azure-pipelines | |
parent | switch available_hosts to `frozenset` from `list` in ansible-inventory (#81870) (diff) | |
download | ansible-b94ee1cefd69bab87f13ec01e939a9a90285893b.tar.xz ansible-b94ee1cefd69bab87f13ec01e939a9a90285893b.zip |
Drop Python 2.7 and Python 3.6 support (#81866)
* Drop Python 2.7 and Python 3.6 support
* Remove obsolete _json_compat
Diffstat (limited to '.azure-pipelines')
-rw-r--r-- | .azure-pipelines/azure-pipelines.yml | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml index e2d4f74c72..3390c34feb 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -54,8 +54,6 @@ stages: nameFormat: Python {0} testFormat: units/{0} targets: - - test: 2.7 - - test: 3.6 - test: 3.7 - test: 3.8 - test: 3.9 @@ -81,12 +79,6 @@ stages: targets: - name: macOS 13.2 test: macos/13.2 - - name: RHEL 7.9 - test: rhel/7.9 - - name: RHEL 8.8 py36 - test: rhel/8.8@3.6 - - name: RHEL 8.8 py311 - test: rhel/8.8@3.11 - name: RHEL 9.2 py39 test: rhel/9.2@3.9 - name: RHEL 9.2 py311 @@ -101,8 +93,6 @@ stages: targets: - name: macOS 13.2 test: macos/13.2 - - name: RHEL 8.8 - test: rhel/8.8 - name: RHEL 9.2 test: rhel/9.2 - name: FreeBSD 13.2 @@ -118,8 +108,6 @@ stages: test: alpine/3.18 - name: Fedora 38 test: fedora/38 - - name: RHEL 8.8 - test: rhel/8.8 - name: RHEL 9.2 test: rhel/9.2 - name: Ubuntu 22.04 @@ -135,12 +123,8 @@ stages: targets: - name: Alpine 3 test: alpine3 - - name: CentOS 7 - test: centos7 - name: Fedora 38 test: fedora38 - - name: openSUSE 15 - test: opensuse15 - name: Ubuntu 20.04 test: ubuntu2004 - name: Ubuntu 22.04 |