Skip to content

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

Merged
merged 35 commits into from
May 21, 2025
Merged

Wheels for win_arm64 #61463

merged 35 commits into from
May 21, 2025

Conversation

khmyznikov
Copy link
Contributor

@khmyznikov khmyznikov requested a review from mroeschke as a code owner May 19, 2025 21:22
@mroeschke mroeschke added the Build Library building on various platforms label May 19, 2025
@khmyznikov
Copy link
Contributor Author

Regular win_amd also required the pip install delvewheel for some reason, despite the fact I didn't touched it. Added that for all win plats to fix the build.

Comment on lines 196 to 198
if [[ "${{ matrix.buildplat[1] }}" == "win_arm64" ]]; then
python -m pip install wheel
fi
Copy link
Member

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?

Copy link
Contributor Author

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?

@mroeschke mroeschke added this to the 3.0 milestone May 21, 2025
@mroeschke mroeschke merged commit e2bd8e6 into pandas-dev:main May 21, 2025
99 checks passed
@mroeschke
Copy link
Member

Thanks @khmyznikov

@khmyznikov
Copy link
Contributor Author

@mroeschke any ETA when the new version will be available on PyPi?

@mroeschke
Copy link
Member

any ETA when the new version will be available on PyPi?

Probably Q4 2025 when pandas 3.0 is anticipated to be released

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Build Library building on various platforms
Projects
None yet
Development

Successfully merging this pull request may close these issues.

BUILD: Provide wheel for Windows ARM64
2 participants