Skip to content

Commit

Permalink
ansible-core devel drops support for Python 2.7 and 3.6.
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfontein committed Oct 4, 2023
1 parent e7133f8 commit 06c4e0b
Showing 1 changed file with 6 additions and 12 deletions.
18 changes: 6 additions & 12 deletions .azure-pipelines/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,12 +109,8 @@ stages:
parameters:
testFormat: devel/linux/{0}
targets:
- name: CentOS 7
test: centos7
#- name: Fedora 38
# test: fedora38
- name: openSUSE 15
test: opensuse15
- name: Fedora 38
test: fedora38
- name: Ubuntu 20.04
test: ubuntu2004
- name: Ubuntu 22.04
Expand All @@ -132,8 +128,10 @@ stages:
parameters:
testFormat: 2.16/linux/{0}
targets:
- name: Fedora 38
test: fedora38
- name: CentOS 7
test: centos7
- name: openSUSE 15
test: opensuse15
groups:
- 4
- 5
Expand Down Expand Up @@ -181,10 +179,6 @@ stages:
test: debian-bookworm/3.11
- name: ArchLinux
test: archlinux/3.11
- name: CentOS Stream 8 with Python 3.6
test: centos-stream8/3.6
- name: CentOS Stream 8 with Python 3.9
test: centos-stream8/3.9
groups:
- 4
- 5
Expand Down

0 comments on commit 06c4e0b

Please sign in to comment.