File tree Expand file tree Collapse file tree 1 file changed +26
-23
lines changed Expand file tree Collapse file tree 1 file changed +26
-23
lines changed Original file line number Diff line number Diff line change @@ -15,31 +15,10 @@ resources:
15
15
endpoint : CadQuery
16
16
17
17
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
39
18
- template : conda-build.yml@templates
40
19
parameters :
41
20
name : Linux_37
42
- vmImage : ' ubuntu-16 .04'
21
+ vmImage : ' ubuntu-18 .04'
43
22
py_maj : 3
44
23
py_min : 7
45
24
61
40
- template : conda-build.yml@templates
62
41
parameters :
63
42
name : Linux_38
64
- vmImage : ' ubuntu-16 .04'
43
+ vmImage : ' ubuntu-18 .04'
65
44
py_maj : 3
66
45
py_min : 8
67
46
conda_bld : 3.19.2
81
60
py_maj : 3
82
61
py_min : 8
83
62
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
You can’t perform that action at this time.
0 commit comments