Skip to content

Commit

Permalink
Update azure build to latest agents, remove py3.7, add py3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
tpaviot committed Aug 16, 2022
1 parent f4158e5 commit 4c88d1a
Showing 1 changed file with 30 additions and 28 deletions.
58 changes: 30 additions & 28 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,70 +15,72 @@ schedules:
jobs:
- template: conda-build.yml
parameters:
name: Ubuntu_20_04_python37
vmImage: 'ubuntu-20.04'
name: Ubuntu_22_04_python38
vmImage: 'ubuntu-22.04'
py_maj: 3
py_min: 7
py_min: 8
conda_bld: 3.21

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

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

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

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

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

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

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

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

0 comments on commit 4c88d1a

Please sign in to comment.