-
-
Notifications
You must be signed in to change notification settings - Fork 606
feat: Add windows arm64 python toolchains #3062
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
feat: Add windows arm64 python toolchains #3062
Conversation
The changelog for astral-sh/python-build-standalone release 20250630 says: * Add ARM64 Windows builds for Python 3.11+ Lets use them! Signed-off-by: Austin Schuh <[email protected]>
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.
Thanks for the PR, almost LGTM.
Please update "3.9" and "3.10" to use the same latest release. Usually they include security and other fixes, so a subset of versions from the release is not what we normally do.
And please change the existing changelog message about the toolchain bump. The users won't see 3.14.0b2 and the previous toolchain bump, so best to have one entry that they can read.
Update the version checksum script to output a format which is easy to copy into versions.bzl
Done! That's an easy and reasonable request. I updated |
Yes please, reverting the formatting would be easier because I have a PR for that ready. |
The changelog for astral-sh/python-build-standalone release 20250630 says:
Lets use them! This is helpful when using rules_python on arm64 windows
Work towards #2276