feat: support macos arm64 arch

- specially thank doyaGu for compiling macos arm64 BMap binary.
This commit is contained in:
2025-08-04 11:17:46 +08:00
parent 1afa5f9893
commit 3a5cd1c937

View File

@ -37,7 +37,7 @@ license = [
# ]
# Optional list of supported platforms. If omitted, the extension will be available in all operating systems.
platforms = ["windows-x64", "linux-x64"]
platforms = ["windows-x64", "linux-x64", "macos-arm64"]
# Supported platforms: "windows-x64", "macos-arm64", "linux-x64", "windows-arm64", "macos-x64"
# Optional: bundle 3rd party Python modules.