Skip to content

Use parallel:matrix for Python builds in CI

Duncan Macleod requested to merge ci-python-matrix into main

This MR updates the CI configuration to use parallel:matrix to control which versions of Python to test on, rather than copying a few-line block every time.

Merge request reports