You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to packaging.tags and macos wheel tagging, with the introduction of MacOS 11.0, there's a new architecture to target; arm64
While x86_64-based MacOS 11+ targets will be able to support 10.*, with ARM, it obviously wouldn't.
I couldn't find any issues or notes pointing out explicit support for this target (the compatibility matrix lists MacOS x86_64 only, for example), so i'm making this one here to track development/support/comments for it.
The text was updated successfully, but these errors were encountered:
According to
packaging.tags
and macos wheel tagging, with the introduction of MacOS11.0
, there's a new architecture to target;arm64
While
x86_64
-based MacOS 11+ targets will be able to support10.*
, with ARM, it obviously wouldn't.I couldn't find any issues or notes pointing out explicit support for this target (the compatibility matrix lists
MacOS x86_64
only, for example), so i'm making this one here to track development/support/comments for it.The text was updated successfully, but these errors were encountered: