Skip to content

Commit

Permalink
Use MACOSX_DEPLOYMENT_TARGET=10.13 to build wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
t20100 committed Jun 6, 2024
1 parent c5f8261 commit c955dc4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ jobs:
HDF5PLUGIN_CPP11: "True"
HDF5PLUGIN_CPP14: "True"

CIBW_ENVIRONMENT_MACOS: MACOSX_DEPLOYMENT_TARGET=10.13
CIBW_ENVIRONMENT_PASS_LINUX: HDF5PLUGIN_OPENMP HDF5PLUGIN_NATIVE HDF5PLUGIN_SSE2 HDF5PLUGIN_SSSE3 HDF5PLUGIN_AVX2 HDF5PLUGIN_AVX512 HDF5PLUGIN_BMI2 HDF5PLUGIN_CPP11 HDF5PLUGIN_CPP14

# Use Python3.11 to build wheels that are compatible with all supported version of Python
Expand Down

0 comments on commit c955dc4

Please sign in to comment.