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

Update Win CI max ver to 3.12 now Aer supports 3.12 #130

Closed woodsp-ibm closed 10 months ago

woodsp-ibm commented 10 months ago

Summary

Qiskit Aer recently released 0.13.2 which now supports Python 3.12 so that wheels are available and it does not need to get built locally. This allows up to bump the Windows CI max Python version in which we test from 3.11 to 3.12 to be the same as Ubuntu and MacOS.

Resolves #109

Details and comments

While this changed to 3.12 it is actually specifically 3.12.0 (same as other platforms) until #113 is addressed (i.e. when an updated testtools is released).

This will require branch rules to be updated since the Required Win 3.11 job will no longer happen with this change. i.e.

coveralls commented 10 months ago

Pull Request Test Coverage Report for Build 7575920732


Totals Coverage Status
Change from base Build 7561091012: 0.0%
Covered Lines: 6470
Relevant Lines: 7143

💛 - Coveralls