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

[Python][Packaging] Enable free-threaded wheels on Windows #44421

Closed
pitrou opened this issue Oct 15, 2024 · 3 comments
Closed

[Python][Packaging] Enable free-threaded wheels on Windows #44421

pitrou opened this issue Oct 15, 2024 · 3 comments

Comments

@pitrou
Copy link
Member

pitrou commented Oct 15, 2024

Describe the enhancement requested

Free-threaded wheels on Windows were blocked on the availability of NumPy packages. Those are now available in https://anaconda.org/scientific-python-nightly-wheels/numpy/files

Reference: numpy/numpy#26157 (comment)

Component(s)

Packaging, Python

@pitrou
Copy link
Member Author

pitrou commented Oct 15, 2024

@lysnikolaou
Copy link
Contributor

Thanks @pitrou for opening the issue. FYI I'll probably have a look at pandas first and then try to get to this.

kou pushed a commit that referenced this issue Jan 8, 2025
…aded wheels on Windows (#44804)

### Rationale for this change

There's no blockers anymore for building Windows wheels for the free-threaded build, so this PR adds the necessary configuration to do that.

### What changes are included in this PR?

- Add jobs to build free-threaded wheels on Windows
- Move VCPKG-related stuff to a reusable base job 

### Are these changes tested?

No tests required.

### Are there any user-facing changes?

No.

* GitHub Issue: #44421

Lead-authored-by: Antoine Pitrou <[email protected]>
Co-authored-by: Lysandros Nikolaou <[email protected]>
Signed-off-by: Sutou Kouhei <[email protected]>
@kou kou added this to the 20.0.0 milestone Jan 8, 2025
@kou
Copy link
Member

kou commented Jan 8, 2025

Issue resolved by pull request 44804
#44804

@kou kou closed this as completed Jan 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants