File tree Expand file tree Collapse file tree 1 file changed +23
-2
lines changed Expand file tree Collapse file tree 1 file changed +23
-2
lines changed Original file line number Diff line number Diff line change 4343
4444- template : conda-build.yml
4545 parameters :
46- name : macOS_12_python311
46+ name : macOS_latest_python311
4747 vmImage : ' macOS-latest'
4848 py_maj : 3
4949 py_min : 11
6464
6565- template : conda-build.yml
6666 parameters :
67- name : macOS_12_python312
67+ name : macOS_latest_python312
6868 vmImage : ' macOS-latest'
6969 py_maj : 3
7070 py_min : 12
7575 vmImage : ' windows-2022'
7676 py_maj : 3
7777 py_min : 12
78+
79+ - template : conda-build.yml
80+ parameters :
81+ name : Ubuntu_24_04_python312
82+ vmImage : ' ubuntu-24.04'
83+ py_maj : 3
84+ py_min : 13
85+
86+ - template : conda-build.yml
87+ parameters :
88+ name : macOS_latest_python312
89+ vmImage : ' macOS-latest'
90+ py_maj : 3
91+ py_min : 13
92+
93+ - template : conda-build.yml
94+ parameters :
95+ name : Windows_VS2022_python312
96+ vmImage : ' windows-2022'
97+ py_maj : 3
98+ py_min : 13
You can’t perform that action at this time.
0 commit comments