-
Notifications
You must be signed in to change notification settings - Fork 30
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 3.13 Support #656
Conversation
The CD failures under Windows will be resolved once adang1345/delvewheel#50 (or a similar fix) is merged and released. The testing failures are kind of expected as they depend on the availability of Python 3.13 wheels for all of our dependencies (including transitive ones; mostly via Qiskit). In addition, the CI is missing explicit free-threading tests. These will be even further in the future, as Qiskit has indicated for good reason that they won't be supporting the free-threading variants of Python any time soon (see Qiskit/qiskit#12903). |
Just waiting on a new delvewheel release, then this is good to go and we can start publishing Python 3.13 wheels. |
Signed-off-by: burgholzer <[email protected]>
Signed-off-by: burgholzer <[email protected]>
Signed-off-by: burgholzer <[email protected]>
Signed-off-by: burgholzer <[email protected]>
Signed-off-by: Lukas Burgholzer <[email protected]>
Signed-off-by: burgholzer <[email protected]>
Signed-off-by: burgholzer <[email protected]>
Description
The (ABI-stable) release candidate for Python 3.13 just released and the newest MQT Workflows include an updated version of cibuildwheel that supports building wheels for it.
This PR enables regular Python 3.13 builds and also enables builds for the new free-threaded variant.
Checklist: