Skip to content

Fix macOS x86_64 wheel tag - #287

Merged
cretz merged 1 commit into
temporalio:mainfrom
cretz:fix-mac-wheel
Feb 23, 2023
Merged

Fix macOS x86_64 wheel tag#287
cretz merged 1 commit into
temporalio:mainfrom
cretz:fix-mac-wheel

Conversation

@cretz

@cretz cretz commented Feb 23, 2023

Copy link
Copy Markdown
Contributor

What was changed

Wheels used to be properly created with cp37-abi3-macosx_10_0_x86_64 tag but have now changed to cp37-abi3-macosx_12_0_x86_64.

We added some fix-wheel code to change this back. However new pip on macOS doesn't support the 10_0 tag, only as low as 10_4, so we set it to 10_9 which is something we have seen other projects do.

Now all Intel macOS users using Python >= 3.7 and macOS >= 10.9 can work with this wheel.

@cretz
cretz force-pushed the fix-mac-wheel branch 5 times, most recently from e0dba06 to 65e91d4 Compare February 23, 2023 15:55
@cretz
cretz requested a review from a team February 23, 2023 16:34
@cretz
cretz marked this pull request as ready for review February 23, 2023 16:34
@cretz
cretz merged commit cd8cbf9 into temporalio:main Feb 23, 2023
@cretz
cretz deleted the fix-mac-wheel branch February 23, 2023 17:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants