Skip to content

Commit

Permalink
Enable all python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
boxanm committed Dec 16, 2024
1 parent 77a6b46 commit b122e6a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit b122e6a

Please sign in to comment.