commit 4b81bb7dcb195a8f086da5d48e72ca65eaba0bfc from: Jelmer Vernooij date: Wed Oct 16 13:49:48 2024 UTC Enable macos wheel builds commit - cd30df4eee8ed1f98193169a1e09594ed7cd1fb0 commit + 4b81bb7dcb195a8f086da5d48e72ca65eaba0bfc blob - 518414d3d6ee7e1b06dcdaf75a9274c364e2405e blob + 5ad5c3d402649ce85eedc8c1f3dd743c1c336fa1 --- pyproject.toml +++ pyproject.toml @@ -121,11 +121,3 @@ archs = ["auto", "aarch64"] [tool.cibuildwheel.macos] archs = ["auto", "universal2", "x86_64", "arm64"] before-all = "rustup target add x86_64-apple-darwin aarch64-apple-darwin" -skip = """\ - cp38-macosx_arm64 cp38-macosx_universal2 \ - cp39-macosx_x86_64 cp39-macosx_universal2 \ - cp310-macosx_x86_64 cp310-macosx_universal2 \ - cp311-macosx_x86_64 cp311-macosx_universal2 \ - cp312-macosx_x86_64 cp312-macosx_universal2 \ - cp313-macosx_x86_64 cp313-macosx_universal2 \ - """