Closed
Description
Current Situation
We should follow Numpy's Python version compatibility policy (NEP 29) which states that packages should "support at least all minor versions of Python introduced and released in the prior 42 months from the anticipated release date". In general this means that we will always support the last 3-4 minor releases of Python.
Proposed Actions
Drop support for Python 3.7 and 3.8 and document this policy.