https://devguide.python.org/versions/
Python 3.7 and 3.8 are already end of life and python 3.9 will join them shortly in October.
There are several code health improvements that were introduced in 3.10 such as | for typing or strict in zips. Key packages such as numpy have already dropped support for 3.9 and so it seems like overextending to continue to support end of life versions here.
Is there any plan to bump the minimum version from 3.7?
(enquiry triggered because all tests in develop currently need cueq to run due to import issue and cueq is already 3.10+)