Skip to content

.gitlab-ci.yml: require Python 3

Ansgar Burchardt requested to merge ansgar/dune-gfe:patch-2 into master

Python 2's include files still contain the register keyword which is no longer allowed in C++17; using it is an error for clang.

Merge request reports