Closed
Description
Describe the workflow you want to enable
I am a maintainer for the third-party package fastcan. I tested the package on the free-threading Python (cp313t), and found scikit-learn missing a wheel for Linux arm64 (aarch64) on PyPI.
I would like to have the official release wheel rather than building it from source.
Describe your proposed solution
I tested scikit-learn on my own fork, and the free-threading wheel for Linux arm64 (scikit_learn-1.8.dev0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl) can be successfully built. So I suppose that wheel is just mistakenly missed.
Just add that wheel in wheel.yml should be fine.
Describe alternatives you've considered, if relevant
No response
Additional context
No response