qiskit-community / qiskit-dynamics

Tools for building and solving models of quantum systems in Qiskit
https://qiskit-community.github.io/qiskit-dynamics/
Apache License 2.0
106 stars 60 forks source link

Add support for python 3.11 and remove for 3.7 #179

Closed DanPuzzuoli closed 1 year ago

DanPuzzuoli commented 1 year ago

Summary

Adds Python 3.11 support, and removes Python 3.7 support.

Details and comments

The removal of 3.7 corresponds with the removal of 3.7 support from JAX, so it's maybe only a matter of time before 3.7 use of Dynamics + JAX becomes a problem.

DanPuzzuoli commented 1 year ago

Some required 3.7 test jobs won't leave the above list of tests for some reason. Going to remake the PR.