You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not sure how to do this, nor what it means in terms of effort.
E.g. can we release a single .whl which targets all cPython versions >= 3.13? ...Or we're deemed to create multiple .whl files for every python version (3.13, 3.14, 3.15, etc.)?
The existing abi3 wheel will continue to work on non free-threading builds of python 3.13+.
For the free-threading builds, a wheel per version is required.
psutil
currently only ships anabi3
wheel, which isn't compatible with Python 3.13t free-threading builds. It'd be great to fix that!The text was updated successfully, but these errors were encountered: