Skip to content

Commit 731122e

Browse files
Start building CQ for py3.9 (#672)
* Try building for py3.9 * Naming and whitespace fix * Syntax fix * Try newer conda build * Start using 18.04 and get rid of py3.6
1 parent af81566 commit 731122e

File tree

1 file changed

+26
-23
lines changed

1 file changed

+26
-23
lines changed

azure-pipelines.yml

Lines changed: 26 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -15,31 +15,10 @@ resources:
1515
endpoint: CadQuery
1616

1717
jobs:
18-
- template: conda-build.yml@templates
19-
parameters:
20-
name: Linux_36
21-
vmImage: 'ubuntu-16.04'
22-
py_maj: 3
23-
py_min: 6
24-
25-
- template: conda-build.yml@templates
26-
parameters:
27-
name: macOS_36
28-
vmImage: 'macOS-10.15'
29-
py_maj: 3
30-
py_min: 6
31-
32-
- template: conda-build.yml@templates
33-
parameters:
34-
name: Windows_36
35-
vmImage: 'vs2017-win2016'
36-
py_maj: 3
37-
py_min: 6
38-
conda_bld: 3.18
3918
- template: conda-build.yml@templates
4019
parameters:
4120
name: Linux_37
42-
vmImage: 'ubuntu-16.04'
21+
vmImage: 'ubuntu-18.04'
4322
py_maj: 3
4423
py_min: 7
4524

@@ -61,7 +40,7 @@ jobs:
6140
- template: conda-build.yml@templates
6241
parameters:
6342
name: Linux_38
64-
vmImage: 'ubuntu-16.04'
43+
vmImage: 'ubuntu-18.04'
6544
py_maj: 3
6645
py_min: 8
6746
conda_bld: 3.19.2
@@ -81,3 +60,27 @@ jobs:
8160
py_maj: 3
8261
py_min: 8
8362
conda_bld: 3.19.2
63+
64+
- template: conda-build.yml@templates
65+
parameters:
66+
name: Linux_39
67+
vmImage: 'ubuntu-18.04'
68+
py_maj: 3
69+
py_min: 9
70+
conda_bld: 3.21.4
71+
72+
- template: conda-build.yml@templates
73+
parameters:
74+
name: macOS_39
75+
vmImage: 'macOS-10.15'
76+
py_maj: 3
77+
py_min: 9
78+
conda_bld: 3.21.4
79+
80+
- template: conda-build.yml@templates
81+
parameters:
82+
name: Windows_39
83+
vmImage: 'vs2017-win2016'
84+
py_maj: 3
85+
py_min: 9
86+
conda_bld: 3.21.4

0 commit comments

Comments
 (0)