Skip to content

Commit 40118f3

Browse files
authored
Merge pull request #87 from ModECI/development
Test main
2 parents 6308a59 + 6c44c15 commit 40118f3

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/workflows/ci_test_all.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff 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' }}
@@ -35,8 +39,6 @@ jobs:
3539
3640
./test_all.sh
3741
38-
39-
4042
- name: Final version info
4143
run: |
4244
pip list

docs/sphinx/source/api/Contributors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Modelspec contributors
44

55
This 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))

0 commit comments

Comments
 (0)