ansible-core devel drops support for Python 2.7 and 3.6. (#660)
parent
5f4fc95c50
commit
0d010968e5
|
@ -107,10 +107,8 @@ stages:
|
||||||
parameters:
|
parameters:
|
||||||
testFormat: devel/linux/{0}
|
testFormat: devel/linux/{0}
|
||||||
targets:
|
targets:
|
||||||
#- name: Fedora 38
|
- name: Fedora 38
|
||||||
# test: fedora38
|
test: fedora38
|
||||||
- name: openSUSE 15
|
|
||||||
test: opensuse15
|
|
||||||
- name: Ubuntu 22.04
|
- name: Ubuntu 22.04
|
||||||
test: ubuntu2204
|
test: ubuntu2204
|
||||||
- name: Alpine 3
|
- name: Alpine 3
|
||||||
|
@ -126,8 +124,8 @@ stages:
|
||||||
parameters:
|
parameters:
|
||||||
testFormat: 2.16/linux/{0}
|
testFormat: 2.16/linux/{0}
|
||||||
targets:
|
targets:
|
||||||
- name: Fedora 38
|
- name: openSUSE 15
|
||||||
test: fedora38
|
test: opensuse15
|
||||||
groups:
|
groups:
|
||||||
- 1
|
- 1
|
||||||
- 2
|
- 2
|
||||||
|
@ -175,10 +173,6 @@ stages:
|
||||||
test: debian-bookworm/3.11
|
test: debian-bookworm/3.11
|
||||||
- name: ArchLinux
|
- name: ArchLinux
|
||||||
test: archlinux/3.11
|
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:
|
groups:
|
||||||
- 1
|
- 1
|
||||||
- 2
|
- 2
|
||||||
|
@ -210,10 +204,8 @@ stages:
|
||||||
targets:
|
targets:
|
||||||
- name: macOS 13.2
|
- name: macOS 13.2
|
||||||
test: macos/13.2
|
test: macos/13.2
|
||||||
#- name: RHEL 9.2
|
- name: RHEL 9.2
|
||||||
# test: rhel/9.2
|
test: rhel/9.2
|
||||||
- name: RHEL 8.8
|
|
||||||
test: rhel/8.8
|
|
||||||
- name: FreeBSD 13.2
|
- name: FreeBSD 13.2
|
||||||
test: freebsd/13.2
|
test: freebsd/13.2
|
||||||
groups:
|
groups:
|
||||||
|
@ -227,8 +219,8 @@ stages:
|
||||||
parameters:
|
parameters:
|
||||||
testFormat: 2.16/{0}
|
testFormat: 2.16/{0}
|
||||||
targets:
|
targets:
|
||||||
- name: RHEL 9.2
|
- name: RHEL 8.8
|
||||||
test: rhel/9.2
|
test: rhel/8.8
|
||||||
groups:
|
groups:
|
||||||
- 1
|
- 1
|
||||||
- 2
|
- 2
|
||||||
|
@ -280,13 +272,12 @@ stages:
|
||||||
nameFormat: Python {0}
|
nameFormat: Python {0}
|
||||||
testFormat: devel/generic/{0}
|
testFormat: devel/generic/{0}
|
||||||
targets:
|
targets:
|
||||||
- test: 2.7
|
|
||||||
- test: 3.6
|
|
||||||
- test: 3.7
|
- test: 3.7
|
||||||
# - test: 3.8
|
# - test: 3.8
|
||||||
# - test: 3.9
|
# - test: 3.9
|
||||||
# - test: "3.10"
|
# - test: "3.10"
|
||||||
- test: "3.11"
|
- test: "3.11"
|
||||||
|
- test: "3.12"
|
||||||
groups:
|
groups:
|
||||||
- 1
|
- 1
|
||||||
- 2
|
- 2
|
||||||
|
@ -299,7 +290,8 @@ stages:
|
||||||
nameFormat: Python {0}
|
nameFormat: Python {0}
|
||||||
testFormat: 2.16/generic/{0}
|
testFormat: 2.16/generic/{0}
|
||||||
targets:
|
targets:
|
||||||
- test: 2.7
|
- test: "2.7"
|
||||||
|
- test: "3.6"
|
||||||
- test: "3.11"
|
- test: "3.11"
|
||||||
groups:
|
groups:
|
||||||
- 1
|
- 1
|
||||||
|
|
Loading…
Reference in New Issue