Skip to content
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 Python 3.12 support #759

Closed
1 of 2 tasks
woodsp-ibm opened this issue Feb 1, 2024 · 0 comments · Fixed by #774
Closed
1 of 2 tasks

Add Python 3.12 support #759

woodsp-ibm opened this issue Feb 1, 2024 · 0 comments · Fixed by #774

Comments

@woodsp-ibm
Copy link
Member

woodsp-ibm commented Feb 1, 2024

Qiskit 0.45.1 added Python 3.12 support, and its been added to Algorithms see qiskit-community/qiskit-algorithms#108 (although at the time of writing this algorithms has yet to officially release a version supporting this).

CI will likely need to be specific to 3.12.0 until an updated testtools is released - see qiskit-community/qiskit-algorithms#113 which goes into the failure using 3.12.1

Note #729 in regards of any newer version of qiskit algorithms which will most likely need sorting around the same time This now has already been taken care of in a way that supported 0.2.0 as well as the changes that were done in 0.3.0 - see #761 for more info.

  • Add Python 3.12 support #759 adds 3.12 support but needs to limit CI to 3.12.0 for the reason above
  • When possible change 3.12.0 to 3.12 to allow newer bug fix version of Python 3.12 to be used in CI No longer needed as the breaking change in 3.12.1 was reverted in 3.12.2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant