Skip to content

Commit

Permalink
ansible-core devel drops support for Python 2.7 and 3.6. (#660)
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfontein authored Oct 4, 2023
1 parent 5f4fc95 commit 0d01096
Showing 1 changed file with 11 additions and 19 deletions.
30 changes: 11 additions & 19 deletions .azure-pipelines/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,10 +107,8 @@ stages:
parameters:
testFormat: devel/linux/{0}
targets:
#- name: Fedora 38
# test: fedora38
- name: openSUSE 15
test: opensuse15
- name: Fedora 38
test: fedora38
- name: Ubuntu 22.04
test: ubuntu2204
- name: Alpine 3
Expand All @@ -126,8 +124,8 @@ stages:
parameters:
testFormat: 2.16/linux/{0}
targets:
- name: Fedora 38
test: fedora38
- name: openSUSE 15
test: opensuse15
groups:
- 1
- 2
Expand Down Expand Up @@ -175,10 +173,6 @@ stages:
test: debian-bookworm/3.11
- name: ArchLinux
test: archlinux/3.11
- name: CentOS Stream 8 with Python 3.9
test: centos-stream8/3.9
- name: CentOS Stream 8 with Python 3.6
test: centos-stream8/3.6
groups:
- 1
- 2
Expand Down Expand Up @@ -210,10 +204,8 @@ stages:
targets:
- name: macOS 13.2
test: macos/13.2
#- name: RHEL 9.2
# test: rhel/9.2
- name: RHEL 8.8
test: rhel/8.8
- name: RHEL 9.2
test: rhel/9.2
- name: FreeBSD 13.2
test: freebsd/13.2
groups:
Expand All @@ -227,8 +219,8 @@ stages:
parameters:
testFormat: 2.16/{0}
targets:
- name: RHEL 9.2
test: rhel/9.2
- name: RHEL 8.8
test: rhel/8.8
groups:
- 1
- 2
Expand Down Expand Up @@ -280,13 +272,12 @@ stages:
nameFormat: Python {0}
testFormat: devel/generic/{0}
targets:
- test: 2.7
- test: 3.6
- test: 3.7
# - test: 3.8
# - test: 3.9
# - test: "3.10"
- test: "3.11"
- test: "3.12"
groups:
- 1
- 2
Expand All @@ -299,7 +290,8 @@ stages:
nameFormat: Python {0}
testFormat: 2.16/generic/{0}
targets:
- test: 2.7
- test: "2.7"
- test: "3.6"
- test: "3.11"
groups:
- 1
Expand Down

0 comments on commit 0d01096

Please sign in to comment.