File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -14,12 +14,16 @@ jobs:
1414 strategy :
1515 fail-fast : false
1616 matrix :
17+ python-version : [ "3.13"]
1718 runs-on : [ubuntu-latest, macos-latest, windows-latest]
1819
1920 steps :
2021 - uses : actions/checkout@v4
22+
2123 - name : Set up Python
2224 uses : actions/setup-python@v5
25+ with :
26+ python-version : ${{ matrix.python-version }}
2327
2428 - name : Install HDF5 for pytables on macos-14
2529 if : ${{ matrix.runs-on == 'macos-latest' }}
3539
3640 ./test_all.sh
3741
38-
39-
4042 - name : Final version info
4143 run : |
4244 pip list
Original file line number Diff line number Diff line change 33# Modelspec contributors
44
55This page list names and Github profiles of contributors to Modelspec, listed in no particular order.
6- This page is generated periodically, most recently on 2025-04-16 .
6+ This page is generated periodically, most recently on 2025-11-12 .
77
88- Padraig Gleeson ([ @pgleeson ] ( https://github.com/pgleeson ) )
99- Manifest Chakalov ([ @mqnifestkelvin ] ( https://github.com/mqnifestkelvin ) )
You can’t perform that action at this time.
0 commit comments