Add CI support for Windows ARM64#580
Open
chinazhangchao wants to merge 5 commits into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hi @hauntsaninja, I'm from Microsoft and recently I'm working on improving Python ecosystem support for Windows on Arm. We need tiktoken to support Windows ARM64. So I submit these changes. Could you please help to review?
CI/CD: Add Windows ARM64 wheel builds
.github/workflows/build_wheels.yml: Adds a newbuild_wheels_windows_arm64job to build wheels for Python versions 3.9 through 3.14 (including freethreading variants) on Windows ARM64 (windows-11-arm). The built wheels are uploaded as artifacts..github/workflows/build_wheels.yml: Updates thejoin_artifactsjob to include the newbuild_wheels_windows_arm64job in its dependencies, ensuring these new wheels are merged with the others.Testing: Pin hypothesis version
pyproject.toml: Pins thehypothesisdependency to<6.156inbefore-testto avoid CI failures for Python 3.13 freethreading, as newer versions do not publish compatible wheels yet.Build Wheels Pipeline Test Results
https://github.com/chinazhangchao/tiktoken/actions/runs/29305569386