Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change how we specify Python versions for testing (#1207)
We currently test everything with Python 3.11, but this is a problem as not all writers have it available on their system. We also want to make sure our docs work with as many versions of Python as possible. This PR allows writers to test their docs with any version of Python, and sets CI to test with Python 3.8 (the minimum version that Qiskit supports).
- Loading branch information