8000 add python 3.9 by mattip · Pull Request #99 · MacPython/numpy-wheels · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

add python 3.9 #99

Merged
merged 7 commits into from
Sep 10, 2020
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
Next Next commit
typo
  • Loading branch information
mattip committed Aug 6, 2020
commit 9082c52da7472bcedb3e39840f2de199b22ddd64
6 changes: 3 additions & 3 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ variables:
jobs:
- template: azure/windows.yml
parameters:
name: windows
name: windows2017
vmImage: vs2017-win2016
matrix:
py_3.6_32:
Expand Down Expand Up @@ -51,8 +51,9 @@ jobs:

- template: azure/windows.yml
parameters:
name: windows
name: windows2019
vmImage: windows-2019
matrix:
py_3.9_32:
# Will use the latest up to 3.9.0
PYTHON_VERSION: "'3.9.0-alpha - 3.9.0'"
Expand Down Expand Up @@ -102,7 +103,6 @@ jobs:
AZURE_PYTHON_VERSION: "3.8"
PLAT: "i686"
MB_ML_VER: "2010"
MB_ML_VER: "1"
ENV_VARS_PATH: "env_vars_32.sh"
py_3.9_64manylinux2010:
MB_PYTHON_VERSION: "3.9"
Expand Down
2 changes: 1 addition & 1 deletion azure/posix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

- task: UsePythonVersion@0
inputs:
versionSpec: $[coalesce(variables.AZURE_PYTHON_VERSION, variables.MB_PYTHON_VERSION)]
versionSpec: ${{ coalesce(variables.AZURE_PYTHON_VERSION, variables.MB_PYTHON_VERSION) }}
displayName: Set python version

- bash: |
Expand Down
0