Skip to content

Commit 00aaa26

Browse files
authored
Merge pull request #48 from nexB/update-system
Drop Ubuntu 16 add Python 3.10
2 parents 0a0ef12 + 31ed446 commit 00aaa26

File tree

1 file changed

+6
-14
lines changed

1 file changed

+6
-14
lines changed

azure-pipelines.yml

+6-14
Original file line numberDiff line numberDiff line change
@@ -7,58 +7,50 @@
77

88
jobs:
99

10-
- template: etc/ci/azure-posix.yml
11-
parameters:
12-
job_name: ubuntu16_cpython
13-
image_name: ubuntu-16.04
14-
python_versions: ['3.6', '3.7', '3.8', '3.9']
15-
test_suites:
16-
all: venv/bin/pytest -vvs
17-
1810
- template: etc/ci/azure-posix.yml
1911
parameters:
2012
job_name: ubuntu18_cpython
2113
image_name: ubuntu-18.04
22-
python_versions: ['3.6', '3.7', '3.8', '3.9']
14+
python_versions: ['3.6', '3.7', '3.8', '3.9', '3.10']
2315
test_suites:
2416
all: venv/bin/pytest -n 2 -vvs
2517

2618
- template: etc/ci/azure-posix.yml
2719
parameters:
2820
job_name: ubuntu20_cpython
2921
image_name: ubuntu-20.04
30-
python_versions: ['3.6', '3.7', '3.8', '3.9']
22+
python_versions: ['3.6', '3.7', '3.8', '3.9', '3.10']
3123
test_suites:
3224
all: venv/bin/pytest -n 2 -vvs
3325

3426
- template: etc/ci/azure-posix.yml
3527
parameters:
3628
job_name: macos1014_cpython
3729
image_name: macos-10.14
38-
python_versions: ['3.6', '3.7', '3.8', '3.9']
30+
python_versions: ['3.6', '3.7', '3.8', '3.9', '3.10']
3931
test_suites:
4032
all: venv/bin/pytest -n 2 -vvs
4133

4234
- template: etc/ci/azure-posix.yml
4335
parameters:
4436
job_name: macos1015_cpython
4537
image_name: macos-10.15
46-
python_versions: ['3.6', '3.7', '3.8', '3.9']
38+
python_versions: ['3.6', '3.7', '3.8', '3.9', '3.10']
4739
test_suites:
4840
all: venv/bin/pytest -n 2 -vvs
4941

5042
- template: etc/ci/azure-win.yml
5143
parameters:
5244
job_name: win2016_cpython
5345
image_name: vs2017-win2016
54-
python_versions: ['3.6', '3.7', '3.8', '3.9']
46+
python_versions: ['3.6', '3.7', '3.8', '3.9', '3.10']
5547
test_suites:
5648
all: venv\Scripts\pytest -n 2 -vvs
5749

5850
- template: etc/ci/azure-win.yml
5951
parameters:
6052
job_name: win2019_cpython
6153
image_name: windows-2019
62-
python_versions: ['3.6', '3.7', '3.8', '3.9']
54+
python_versions: ['3.6', '3.7', '3.8', '3.9', '3.10']
6355
test_suites:
6456
all: venv\Scripts\pytest -n 2 -vvs

0 commit comments

Comments
 (0)