qiskit-aer
qiskit-aer copied to clipboard
Need binary distribution of PyPI for Python 3.13
What is the expected behavior?
Now, Python 3.13 is not built and then PyPI does not include binaries for 3.13. https://github.com/Qiskit/qiskit-aer/blob/e26970a678b4f32d30732bd90ae5cfaa039fa5d7/.github/workflows/tests.yml#L52
#2277 may be related
#2287 appears to be a step toward this
Jim: yeah, Gadi is trying it, we're just trying to fix most of the wheels for 0.16 first, then we'll deal with the new problems that Python 3.13 poses (which I think is mostly cvxpy problems, so should be fixable).
Now that #2287 was merged we hope this is solved.