Skip to content
This repository was archived by the owner on May 3, 2023. It is now read-only.

BLD: Python 3.10 Wheels on macOS & Windows #156

Merged
merged 11 commits into from
Oct 23, 2021
12 changes: 11 additions & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,11 @@ jobs:
PYTHON_ARCH: "x64"
NP_BUILD_DEP: "1.19.3"
NIGHTLY_BUILD: "true"
py_3.10_64:
PYTHON_VERSION: "3.10"
PYTHON_ARCH: "x64"
NP_BUILD_DEP: "1.21.3"
NIGHTLY_BUILD: "true"

- template: azure/posix.yml
parameters:
Expand Down Expand Up @@ -104,7 +109,7 @@ jobs:
- template: azure/posix.yml
parameters:
name: macOS
vmImage: macOS-10.14
vmImage: macOS-latest
matrix:
py_3.7_64:
MB_PYTHON_VERSION: "3.7"
Expand All @@ -119,3 +124,8 @@ jobs:
MB_PYTHON_VERSION: "3.9"
NP_BUILD_DEP: "numpy==1.19.3"
NIGHTLY_BUILD: "true"
py_3.10_64:
MB_PYTHON_VERSION: "3.10"
PLAT: universal2 # No numpy x86_64 wheels on MacOS anymore
NP_BUILD_DEP: "numpy==1.21.3"
NIGHTLY_BUILD: "true"
1 change: 0 additions & 1 deletion azure/posix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ jobs:
inputs:
versionSpec: $(MB_PYTHON_VERSION)
displayName: Set python version
condition: not(eq(variables['MB_PYTHON_VERSION'], '3.10'))

- bash: |
set -e
Expand Down