Skip to content

Commit

Permalink
Add universal2 wheels for all versions of python (MacPython#167)
Browse files Browse the repository at this point in the history
  • Loading branch information
lithomas1 authored Jan 1, 2022
1 parent 263a9fb commit 66c34f6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,18 @@ jobs:
MB_PYTHON_VERSION: "3.8"
NP_BUILD_DEP: "numpy==1.17.3"
NIGHTLY_BUILD: "true"
py_3.8_universal2:
MB_PYTHON_VERSION: "3.8"
NP_BUILD_DEP: "numpy==1.17.3"
NIGHTLY_BUILD: "true"
py_3.9_64:
MB_PYTHON_VERSION: "3.9"
NP_BUILD_DEP: "numpy==1.19.3"
NIGHTLY_BUILD: "true"
py_3.9_universal2:
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: "x86_64"
Expand Down

0 comments on commit 66c34f6

Please sign in to comment.