Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump minimum required macOS version to
11.7
This commit, as noted in #20, makes sure that the correct minimum macOS version is asserted at the time when someone tries to download and install the wheels via pip or another package or dependency management tool.
- Loading branch information
266bbdd
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actually, @whitequark, this would break the installation of the binaries, since
pip debug --verbose
shows thatpip
won't be able to install these binaries. I am glad I could find this before any new wheels were posted on PyPI.List of compatible wheel tags
I have opened #23 to fix this, thanks!