diff --git a/.github/workflows/build-python.yaml b/.github/workflows/build-python.yaml index 52b73038..60f52eef 100644 --- a/.github/workflows/build-python.yaml +++ b/.github/workflows/build-python.yaml @@ -28,8 +28,7 @@ jobs: strategy: fail-fast: false matrix: - python_version: ['3.12'] - # python_version: ['3.8', '3.9', '3.10', '3.11', '3.12'] + python_version: ['3.8', '3.9', '3.10', '3.11', '3.12'] os: # - windows-2019 cannot compile on Windows # (!) TODO: The workflow contains code for Windows building, but we cannot compile it with MS MPI. Changes in the source code are needed.