Skip to content

Pin Python version for CI to Python 3.7

using python:latest always tests with the most recent release of Python. If we want to assure compatibility with Python 3.7. we should specify it in CI.

Merge request reports