Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for aarch64 wheel builds #48

Merged
merged 5 commits into from
Sep 10, 2024
Merged

Add support for aarch64 wheel builds #48

merged 5 commits into from
Sep 10, 2024

Conversation

movermeyer
Copy link
Owner

@movermeyer movermeyer commented Sep 8, 2024

What are you trying to accomplish?

Let's release with aarch64 wheels.

What approach did you choose and why?

Testing the changes proposed in closeio/ciso8601#151

What should reviewers focus on?

I'm going to merge this and try working through a release.

The impact of these changes

🤞 We'll have aarch64 wheels.

Testing

Manually running the Publish action against this PR seems to have worked: https://github.com/movermeyer/backports.datetime_fromisoformat/actions/runs/10774615549

@movermeyer movermeyer force-pushed the aarch64-wheels branch 2 times, most recently from a9b77bd to e40ddcd Compare September 8, 2024 21:16
pyproject.toml Outdated

[tool.cibuildwheel.macos]
archs = ["x86_64", "universal2", "arm64"]
environment = { MACOSX_DEPLOYMENT_TARGET="10.15" }
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

image

@movermeyer movermeyer force-pushed the aarch64-wheels branch 2 times, most recently from 3d0e677 to 46010bf Compare September 8, 2024 21:36
@movermeyer movermeyer marked this pull request as ready for review September 10, 2024 03:28
@movermeyer movermeyer merged commit 1e413cc into main Sep 10, 2024
14 of 15 checks passed
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.

1 participant