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.
Algorithms (windows-latest, 3.11): Remove
Algorithms (windows-latest, 3.12.0): Make Required
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.