Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feature: allow testing cp38-macosx_arm64 wheel
Per discussion in pypa#1169, the default installer used for cp38 is an Intel installer. It makes sense to skip testing arm64 wheels in this case. However, if the user choose to manually install the universal2 CPython version, then, tests shall be run on arm64. This allows users that either target 11.0+ on intel, universal2 or only build for arm64 to get the arm64 wheel tested on AppleSilicon.
- Loading branch information