qiskit/test/visual
Matthew Treinish dd145b54be
Raise minimum python version to 3.9 (#12910)
* Raise minimum python version to 3.9

Qiskit 1.2.0 was the final minor version release of qiskit with Python
3.8 support. As Python 3.8 is going EoL before the next Qiskit minor
release 1.3.0 we can drop support for running with 3.8 on the main
branch now. This commit makes that change and updates everything using
python 3.8 currently to use our new minimum instead.

* Pin dependency versions when installing historical versions

Now that we're running Python 3.9 as the base version we are
encountering compatibility issues with some of our dependencies because
3.9 supports newer versions of things like numpy than older Qiskit
releases were compatible with. The only way to work around this is to
pin the versions when installing historical versions. To start this sets
a single constraints version since we can get away with using the same
version for everything. In the future though it is possible that we'll
need separate files for different historical releases.

* Update reference images

* Drop 3.8 support in asv too

* Remove deprecation warning for 3.8
2024-09-10 23:53:20 +00:00
..
mpl Raise minimum python version to 3.9 (#12910) 2024-09-10 23:53:20 +00:00
__init__.py
mpl_tester.ipynb
results.py Remove consider-using-f-string lint rule and updates (#12423) 2024-06-19 07:05:56 +00:00