Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Start building CQ for py3.9 #672

Merged
merged 5 commits into from
Mar 16, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
49 changes: 26 additions & 23 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,31 +15,10 @@ resources:
endpoint: CadQuery

jobs:
- template: conda-build.yml@templates
parameters:
name: Linux_36
vmImage: 'ubuntu-16.04'
py_maj: 3
py_min: 6

- template: conda-build.yml@templates
parameters:
name: macOS_36
vmImage: 'macOS-10.15'
py_maj: 3
py_min: 6

- template: conda-build.yml@templates
parameters:
name: Windows_36
vmImage: 'vs2017-win2016'
py_maj: 3
py_min: 6
conda_bld: 3.18
- template: conda-build.yml@templates
parameters:
name: Linux_37
vmImage: 'ubuntu-16.04'
vmImage: 'ubuntu-18.04'
py_maj: 3
py_min: 7

Expand All @@ -61,7 +40,7 @@ jobs:
- template: conda-build.yml@templates
parameters:
name: Linux_38
vmImage: 'ubuntu-16.04'
vmImage: 'ubuntu-18.04'
py_maj: 3
py_min: 8
conda_bld: 3.19.2
Expand All @@ -81,3 +60,27 @@ jobs:
py_maj: 3
py_min: 8
conda_bld: 3.19.2

- template: conda-build.yml@templates
parameters:
name: Linux_39
vmImage: 'ubuntu-18.04'
py_maj: 3
py_min: 9
conda_bld: 3.21.4

- template: conda-build.yml@templates
parameters:
name: macOS_39
vmImage: 'macOS-10.15'
py_maj: 3
py_min: 9
conda_bld: 3.21.4

- template: conda-build.yml@templates
parameters:
name: Windows_39
vmImage: 'vs2017-win2016'
py_maj: 3
py_min: 9
conda_bld: 3.21.4