Skip to content

Commit 806c9a1

Browse files
authored
Merge pull request #167 from linkml/new_python_166
Test on all current Python versions
2 parents da64950 + f568fa8 commit 806c9a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@ jobs:
1818
matrix:
1919
# os: [ ubuntu-latest, windows-latest ] - Exclude windows for now
2020
os: [ ubuntu-latest ]
21-
python-version: [ "3.9", "3.10" ]
21+
python-version: [ "3.9", "3.10", "3.11", "3.12" , "3.13" ]
2222
exclude:
2323
- os: windows-latest
2424
python-version: "3.9"
2525

2626
runs-on: ${{ matrix.os }}
2727

28-
# Allow Python 3.13 to fail due to scipy not being available
28+
# Allow Python 3.13 to fail due to scipy not being available yet
2929
continue-on-error: ${{ matrix.python-version == '3.13' }}
3030

3131
steps:

0 commit comments

Comments
 (0)