Skip to content

Commit 85abcbe

Browse files
committed
Remove deprecated host (mac12, ubuntu20) and set the min. python version to 3.8
Signed-off-by: Chin Yeung Li <tli@nexb.com>
1 parent d611ad5 commit 85abcbe

File tree

1 file changed

+4
-22
lines changed

1 file changed

+4
-22
lines changed

azure-pipelines.yml

Lines changed: 4 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,56 +1,38 @@
1-
21
################################################################################
32
# We use Azure to run the full tests suites on multiple Python 3.x
43
# on multiple Windows, macOS and Linux versions all on 64 bits
54
# These jobs are using VMs with Azure-provided Python builds
65
################################################################################
76

87
jobs:
9-
10-
- template: etc/ci/azure-posix.yml
11-
parameters:
12-
job_name: ubuntu20_cpython
13-
image_name: ubuntu-20.04
14-
python_versions: ['3.7', '3.8', '3.9', '3.10', '3.11']
15-
test_suites:
16-
all: venv/bin/pytest -n 2 -vvs
17-
188
- template: etc/ci/azure-posix.yml
199
parameters:
2010
job_name: ubuntu22_cpython
2111
image_name: ubuntu-22.04
22-
python_versions: ['3.7', '3.8', '3.9', '3.10', '3.11']
23-
test_suites:
24-
all: venv/bin/pytest -n 2 -vvs
25-
26-
- template: etc/ci/azure-posix.yml
27-
parameters:
28-
job_name: macos12_cpython
29-
image_name: macOS-12
30-
python_versions: ['3.7', '3.8', '3.9', '3.10', '3.11']
12+
python_versions: ['3.8', '3.9', '3.10', '3.11']
3113
test_suites:
3214
all: venv/bin/pytest -n 2 -vvs
3315

3416
- template: etc/ci/azure-posix.yml
3517
parameters:
3618
job_name: macos13_cpython
3719
image_name: macOS-13
38-
python_versions: ['3.7', '3.8', '3.9', '3.10', '3.11']
20+
python_versions: ['3.8', '3.9', '3.10', '3.11']
3921
test_suites:
4022
all: venv/bin/pytest -n 2 -vvs
4123

4224
- template: etc/ci/azure-win.yml
4325
parameters:
4426
job_name: win2019_cpython
4527
image_name: windows-2019
46-
python_versions: ['3.7', '3.8', '3.9', '3.10', '3.11']
28+
python_versions: ['3.8', '3.9', '3.10', '3.11']
4729
test_suites:
4830
all: venv\Scripts\pytest -n 2 -vvs
4931

5032
- template: etc/ci/azure-win.yml
5133
parameters:
5234
job_name: win2022_cpython
5335
image_name: windows-2022
54-
python_versions: ['3.7', '3.8', '3.9', '3.10', '3.11']
36+
python_versions: ['3.8', '3.9', '3.10', '3.11']
5537
test_suites:
5638
all: venv\Scripts\pytest -n 2 -vvs

0 commit comments

Comments
 (0)