Make Python 3.7 the minimum version
-
python3
is version 3.7 on current stable Debian (10, "Buster"). https://packages.debian.org/buster/python3 -
python3
is version 3.8 on current Ubuntu LTS (20.04, "Focal"). https://packages.ubuntu.com/focal/python3 - The GitLab CI file use explicitely Python 3.7.
De facto, we don't use 3.5 anymore, so we do not test on it. In consequence, we already don't support it anymore.