Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ansible/ansible.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Clay <matt@mystile.com>2022-07-20 07:32:23 +0300
committerGitHub <noreply@github.com>2022-07-20 07:32:23 +0300
commit90ef914f77da5cc0b45e54b23ca0cc9dbc58e642 (patch)
tree9701a7047eff28bcbf427dad21bfd5d591b7330e /.azure-pipelines
parent681c32ec65ec5ae104663464ac69f890d799c2e9 (diff)
ansible-test - Drop Python 3.8 controller support. (#78237)
Diffstat (limited to '.azure-pipelines')
-rw-r--r--.azure-pipelines/azure-pipelines.yml6
1 files changed, 2 insertions, 4 deletions
diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml
index c7b9bcff62d..0dbc729c1af 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