-
-
Notifications
You must be signed in to change notification settings - Fork 25.8k
Add Python 3.13 development wheel #29292
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
Comments
Thanks for the issue and your help proposal, This was something I was wondering about whether we want to do it. Can you say a few words about your use case out of interest, e.g. which kind of projects are you looking to test for, what kind of OS you are targeting, etc ... I think Numpy already has a Python 3.13 wheel, so we would first need Scipy to have a scipy 3.13 wheel. Last time I checked they don't have a one, see https://anaconda.org/scientific-python-nightly-wheels/scipy/files. Maybe look in Scipy issue tracker if they have already an issue about this? Note that Side-comment we should have soonish (~one hour) Python 3.13 free-threaded wheel, if https://github.com/scikit-learn/scikit-learn/actions/runs/9575818682 is successful 🤞 since I merged #29247. If you are really feeling adventurous and want to test Python 3.13 as fast as possible you can already set-up your testing using Python 3.13 free-threaded and set |
Should resolve scikit-learn#29292
Should resolve scikit-learn#29292
|
Describe the workflow you want to enable
Based on #29280, building sklearn on Python 3.13 succeeds and running pytest also succeeds. I want to help enable building and uploading wheels supporting 3.13 on PyPI
Describe your proposed solution
Since I'm very new in looking at CI files for this project, find someone willing to explain how wheel-building is triggered on GH.
Describe alternatives you've considered, if relevant
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: