diff options
author | Matt Clay <matt@mystile.com> | 2022-07-19 21:32:23 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-19 21:32:23 -0700 |
commit | 90ef914f77da5cc0b45e54b23ca0cc9dbc58e642 (patch) | |
tree | 9701a7047eff28bcbf427dad21bfd5d591b7330e /.azure-pipelines | |
parent | 681c32ec65ec5ae104663464ac69f890d799c2e9 (diff) | |
download | ansible-90ef914f77da5cc0b45e54b23ca0cc9dbc58e642.zip |
ansible-test - Drop Python 3.8 controller support. (#78237)
Diffstat (limited to '.azure-pipelines')
-rw-r--r-- | .azure-pipelines/azure-pipelines.yml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml index c7b9bcff62..0dbc729c1a 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -93,8 +93,8 @@ stages: test: rhel/7.9 - name: RHEL 8.6 py36 test: rhel/8.6@3.6 - - name: RHEL 8.6 py38 - test: rhel/8.6@3.8 + - name: RHEL 8.6 py39 + test: rhel/8.6@3.9 - name: RHEL 9.0 test: rhel/9.0 - name: FreeBSD 12.3 @@ -142,7 +142,6 @@ stages: nameFormat: Python {0} testFormat: galaxy/{0}/1 targets: - - test: 3.8 - test: 3.9 - test: '3.10' - test: 3.11 @@ -154,7 +153,6 @@ stages: nameFormat: Python {0} testFormat: generic/{0}/1 targets: - - test: 3.8 - test: 3.9 - test: '3.10' - test: 3.11 |