qiskit-community / qiskit-algorithms

A library of quantum algorithms for Qiskit.
https://qiskit-community.github.io/qiskit-algorithms/
Apache License 2.0
116 stars 59 forks source link

Run CI tests using Python 3.12.0 #118

Closed woodsp-ibm closed 10 months ago

woodsp-ibm commented 10 months ago

Summary

Ci fails some unit testing when using the latest Python 3.12.1 (CI just had 3.12 so pulls this in). This changes to explicitly use 3.12.0 to avoid the unit testing problem as per issue #113 I will leave #113 open so this pinning to 3.12.0 can be reverted once that is fixed.

Details and comments