Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI: ansible-core devel drops support for Python 2.7 and 3.6 #660

Merged
merged 1 commit into from
Oct 4, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading