Skip to content

Commit

Permalink
Merge pull request h5py#1987 from takluyver/ci-py-3.10-mac
Browse files Browse the repository at this point in the history
Build Python 3.10 wheels for Mac
  • Loading branch information
takluyver authored Nov 16, 2021
2 parents d4e4418 + 699cfb0 commit 9bbf39c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
6 changes: 5 additions & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
MACOSX_DEPLOYMENT_TARGET: 10.9
HDF5_VERSION: 1.12.1
HDF5_DIR: $(HDF5_CACHE_DIR)/$(HDF5_VERSION)
CIBW_BUILD: cp3{7,8,9}-macosx_x86_64
CIBW_BUILD: cp3{7,8,9,10}-macosx_x86_64
steps:
- template: ci/azure-pipelines-wheels.yml
parameters:
Expand Down Expand Up @@ -311,6 +311,10 @@ jobs:
python.version: '3.9'
TOXENV: py39-test-deps,py39-test-mindeps,py39-test-deps-pre
WHL_FILE: h5py*-cp39-*.whl
py310:
python.version: '3.10'
TOXENV: py310-test-deps,py310-test-mindeps,py310-test-deps-pre
WHL_FILE: h5py*-cp310-*.whl

steps:
- template: ci/azure-pipelines-test-wheels.yml
Expand Down
5 changes: 1 addition & 4 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,7 @@ deps =
py39-deps: numpy>=1.19.3
py310-deps: numpy>=1.21.3

py37-mindeps: numpy==1.14.5
py38-mindeps: numpy==1.17.5
py39-mindeps: numpy==1.19.3
py310-mindeps: numpy==1.21.3
mindeps: oldest-supported-numpy

mpi4py: mpi4py>=3.0.2

Expand Down

0 comments on commit 9bbf39c

Please sign in to comment.