-
Notifications
You must be signed in to change notification settings - Fork 349
Add CI tests for py3.13
after final release
#825
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
The final release of Python 3.13 is scheduled for next Monday, 7 October. So, we could start preparing the update to increase the maximum supported version. |
FYI: Qiskit has an open issue to support 3.13 Qiskit/qiskit#12903 |
Removing the milestone pin because Qiskit 1.3 with Py3.13 support might not be released by the time our 0.8.0 is out. In this way, we can merge this update asynchronously to the release schedule. |
Re-labeling to 0.8.3 since Numba, an indirect dependency, is not yet compatible with Python 3.13, leading to test failure. |
What should we add?
Python 3.13 is scheduled to be released in its final version in October 2024, as outlined in PEP 719. This setup should be included in the CI test suite soon after the final release of Python 3.13.
The text was updated successfully, but these errors were encountered: