Skip to content

Commit 9e92f96

Browse files
committed
Merge branch 'main' into update_linkml_163
2 parents 4187417 + e31924f commit 9e92f96

File tree

4 files changed

+374
-349
lines changed

4 files changed

+374
-349
lines changed

.github/workflows/check-pull-request.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ jobs:
1717
fail-fast: false
1818
matrix:
1919
os: [ ubuntu-latest, windows-latest ]
20-
python-version: [ "3.9", "3.10" ]
21-
exclude:
22-
- os: windows-latest
23-
python-version: "3.9"
20+
python-version: [ "3.9", "3.10", "3.11", "3.12" , "3.13" ]
2421

2522
runs-on: ${{ matrix.os }}
2623

24+
# Allow Python 3.13 to fail due to scipy not being available yet
25+
continue-on-error: ${{ matrix.python-version == '3.13' }}
26+
2727
steps:
2828

2929
#----------------------------------------------

0 commit comments

Comments
 (0)