Skip to content

Commit

Permalink
Move up to conda-build 3.23
Browse files Browse the repository at this point in the history
  • Loading branch information
tpaviot committed Nov 21, 2022
1 parent aaeef85 commit 1a11958
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,68 +19,68 @@ jobs:
vmImage: 'ubuntu-22.04'
py_maj: 3
py_min: 8
conda_bld: 3.21
conda_bld: 3.23

- template: conda-build.yml
parameters:
name: macOS_11_python38
vmImage: 'macOS-11'
py_maj: 3
py_min: 8
conda_bld: 3.21
conda_bld: 3.23

- template: conda-build.yml
parameters:
name: Windows_VS2022_python38
vmImage: 'windows-2022'
py_maj: 3
py_min: 8
conda_bld: 3.21
conda_bld: 3.23

- template: conda-build.yml
parameters:
name: Ubuntu_22_04_python39
vmImage: 'ubuntu-22.04'
py_maj: 3
py_min: 9
conda_bld: 3.21
conda_bld: 3.23

- template: conda-build.yml
parameters:
name: macOS_11_python39
vmImage: 'macOS-11'
py_maj: 3
py_min: 9
conda_bld: 3.21
conda_bld: 3.23

- template: conda-build.yml
parameters:
name: Windows_VS2022_python39
vmImage: 'windows-2022'
py_maj: 3
py_min: 9
conda_bld: 3.21
conda_bld: 3.23

- template: conda-build.yml
parameters:
name: Ubuntu_22_04_python310
vmImage: 'ubuntu-22.04'
py_maj: 3
py_min: 10
conda_bld: 3.21
conda_bld: 3.23

- template: conda-build.yml
parameters:
name: macOS_11_python310
vmImage: 'macOS-11'
py_maj: 3
py_min: 10
conda_bld: 3.21
conda_bld: 3.23

- template: conda-build.yml
parameters:
name: Windows_VS2022_python310
vmImage: 'windows-2022'
py_maj: 3
py_min: 10
conda_bld: 3.21
conda_bld: 3.23

0 comments on commit 1a11958

Please sign in to comment.