Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(binaries): Fix arm64 mac binary tags
I used docs on the [Python wheel format][] to determine that the bit with the OS and CPU is called the "platform tag". Then I found a [discussion of macOS platform tags][] that gave me the hint that arm64 wheels need to specify macOS 11 at a minimum. [Python wheel format]: https://peps.python.org/pep-0427/ [discussion of macOS platform tags]: pypa/wheel#387 Closes shaka-project#194
- Loading branch information