Skip to content

Commit bd11b51

Browse files
committed
Merge branch 'main' into feature/issue-159/new-version-release
2 parents 4545eb8 + 6a0cd05 commit bd11b51

4 files changed

Lines changed: 359 additions & 249 deletions

File tree

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
os: [ubuntu-latest, windows-latest, macos-latest]
16-
python_version: ['3.10', '3.11', '3.12']
16+
python_version: ['3.10', '3.11', '3.12', '3.13']
1717
resolution: [lowest-direct, highest]
1818
steps:
1919
- uses: actions/checkout@v4
@@ -27,7 +27,7 @@ jobs:
2727
- name: Install dependencies on macOS
2828
if: runner.os == 'macOS'
2929
run: |
30-
brew install libomp
30+
brew install libomp gfortran
3131
3232
- name: Install dependencies
3333
run: |

0 commit comments

Comments
 (0)