Skip to content

Commit 3a2be23

Browse files
committed
Add azure build for python 3.13
1 parent f6323e8 commit 3a2be23

File tree

1 file changed

+23
-2
lines changed

1 file changed

+23
-2
lines changed

azure-pipelines.yml

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
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
@@ -64,7 +64,7 @@ jobs:
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
@@ -75,3 +75,24 @@ jobs:
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

0 commit comments

Comments
 (0)