diff --git a/.github/workflows/build_wheel.yml b/.github/workflows/build_wheel.yml index b48ebe6..bf1f086 100644 --- a/.github/workflows/build_wheel.yml +++ b/.github/workflows/build_wheel.yml @@ -46,7 +46,7 @@ jobs: - uses: ilammy/setup-nasm@v1 if: matrix.platform_id == 'win_amd64' - name: Build wheels - uses: pypa/cibuildwheel@v2.17 + uses: pypa/cibuildwheel@v2.18 env: CIBW_BUILD_VERBOSITY: 1 CIBW_ARCHS: all diff --git a/README.md b/README.md index 5171829..6749303 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ The project is powered by [scikit-build-core](https://github.com/scikit-build/sc | ------- | ------- | --- | -------------- | ----------- | | Linux | x86_64 | 64 | glibc >= 2.17 | v18.18.0 | | Linux | aarch64 | 64 | glibc >= 2.17 | v20.13.0 | -| macOS | x86_64 | 64 | >= macOS-10.9 | v18.18.0 | +| macOS | x86_64 | 64 | >= macOS-10.15 | v18.18.0 | | macOS | arm64 | 64 | >= macOS-11 | v20.11.1 | | Windows | amd64 | 64 | | v18.18.0 | diff --git a/pyproject.toml b/pyproject.toml index 4d50baf..de35504 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,6 +43,9 @@ build-verbosity = 1 before-test = ["pip install --no-deps cmd/"] test-command = "node -h && npm --version && npx --version && python -m nodejs_wheel --version && python {project}/tests/test_api.py" +[tool.cibuildwheel.macos.environment] +MACOSX_DEPLOYMENT_TARGET = "10.15" + [tool.ruff.format] docstring-code-format = true