Skip to content

Commit

Permalink
CI: ansible-core devel drops support for Python 2.7 and 3.6 (#7344)
Browse files Browse the repository at this point in the history
* ansible-core devel drops support for Python 2.7 and 3.6.

* Temporarily disable unit tests for Python 3.12.
  • Loading branch information
felixfontein authored Oct 4, 2023
1 parent 8dc5a60 commit 8c069f3
Showing 1 changed file with 15 additions and 22 deletions.
37 changes: 15 additions & 22 deletions .azure-pipelines/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,13 +122,12 @@ stages:
nameFormat: Python {0}
testFormat: devel/units/{0}/1
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' TODO
- stage: Units_2_16
displayName: Units 2.16
dependsOn: []
Expand Down Expand Up @@ -189,10 +188,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 @@ -209,10 +206,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 8.8
test: rhel/8.8
#- name: FreeBSD 13.2
# test: freebsd/13.2
groups:
Expand Down Expand Up @@ -269,10 +264,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 20.04
test: ubuntu2004
- name: Ubuntu 22.04
Expand All @@ -291,8 +284,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 @@ -343,8 +336,6 @@ stages:
test: debian-bookworm/3.11
- name: ArchLinux
test: archlinux/3.11
- name: CentOS Stream 8
test: centos-stream8/3.9
groups:
- 1
- 2
Expand All @@ -360,8 +351,8 @@ stages:
nameFormat: Python {0}
testFormat: devel/generic/{0}/1
targets:
- test: 2.7
- test: '3.11'
- test: '3.7'
- test: '3.12'
- stage: Generic_2_16
displayName: Generic 2.16
dependsOn: []
Expand All @@ -371,7 +362,9 @@ stages:
nameFormat: Python {0}
testFormat: 2.16/generic/{0}/1
targets:
- test: '3.10'
- test: '2.7'
- test: '3.6'
- test: '3.11'
- stage: Generic_2_15
displayName: Generic 2.15
dependsOn: []
Expand All @@ -381,7 +374,7 @@ stages:
nameFormat: Python {0}
testFormat: 2.15/generic/{0}/1
targets:
- test: 3.9
- test: '3.9'
- stage: Generic_2_14
displayName: Generic 2.14
dependsOn: []
Expand Down

0 comments on commit 8c069f3

Please sign in to comment.