-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
Wheels for win_arm64 #61463
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
Wheels for win_arm64 #61463
Conversation
khmyznikov
commented
May 19, 2025
- closes BUILD: Provide wheel for Windows ARM64 #61462
- no new code was added to pandas
Add win_arm64
This reverts commit f9aa3a6.
Regular win_amd also required the |
.github/workflows/wheels.yml
Outdated
if [[ "${{ matrix.buildplat[1] }}" == "win_arm64" ]]; then | ||
python -m pip install wheel | ||
fi |
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.
Can you make this a dedicated step instead?
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.
@mroeschke how it's looking now?
Thanks @khmyznikov |
@mroeschke any ETA when the new version will be available on PyPi? |
Probably Q4 2025 when pandas 3.0 is anticipated to be released |