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

Commit abf057a

Browse files
authored
BLD: Python 3.10 Wheels on macOS & Windows (#156)
* BLD: Python 3.10 Wheels on macOS & Windows * DEPS: Update multibuild submodule * Update posix.yml * Update azure-pipelines.yml * Update azure-pipelines.yml * Update azure-pipelines.yml * Update azure-pipelines.yml * Update azure-pipelines.yml * Update azure-pipelines.yml
1 parent d37080b commit abf057a

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

azure-pipelines.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,11 @@ jobs:
5151
PYTHON_ARCH: "x64"
5252
NP_BUILD_DEP: "1.19.3"
5353
NIGHTLY_BUILD: "true"
54+
py_3.10_64:
55+
PYTHON_VERSION: "3.10"
56+
PYTHON_ARCH: "x64"
57+
NP_BUILD_DEP: "1.21.3"
58+
NIGHTLY_BUILD: "true"
5459

5560
- template: azure/posix.yml
5661
parameters:
@@ -104,7 +109,7 @@ jobs:
104109
- template: azure/posix.yml
105110
parameters:
106111
name: macOS
107-
vmImage: macOS-10.14
112+
vmImage: macOS-latest
108113
matrix:
109114
py_3.7_64:
110115
MB_PYTHON_VERSION: "3.7"
@@ -119,3 +124,8 @@ jobs:
119124
MB_PYTHON_VERSION: "3.9"
120125
NP_BUILD_DEP: "numpy==1.19.3"
121126
NIGHTLY_BUILD: "true"
127+
py_3.10_64:
128+
MB_PYTHON_VERSION: "3.10"
129+
PLAT: universal2 # No numpy x86_64 wheels on MacOS anymore
130+
NP_BUILD_DEP: "numpy==1.21.3"
131+
NIGHTLY_BUILD: "true"

azure/posix.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ jobs:
2929
inputs:
3030
versionSpec: $(MB_PYTHON_VERSION)
3131
displayName: Set python version
32-
condition: not(eq(variables['MB_PYTHON_VERSION'], '3.10'))
3332

3433
- bash: |
3534
set -e

0 commit comments

Comments
 (0)