-
Notifications
You must be signed in to change notification settings - Fork 327
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
Add support for Python 3.13 #836
base: main
Are you sure you want to change the base?
Conversation
FYI: Qiskit 1.3.0 milestone, due by November 21, 2024 |
Un-drafting this PR ahead of the RC expected release date of Qiskit 1.3 (7 Nov 2024). The due date for the official release remains 21 Nov, which is when we expect to sync Python 3.13 support for Qiskit ML too. |
# Conflicts: # .github/workflows/main.yml # releasenotes/notes/py38_end_of_support-fa1fdea6ea02b502.yaml
This PR has to be put on hold until #863 is resolved. |
It appears there's a problem with
|
This is the issue with Numba: numba/numba#9413 (comment) Ref numba/numba#9413 |
This update introduces support for Python 3.13, scheduled for final release on 7 October 2024.
Closes #825
Closes OkuyanBoga#45