From 184dae71ded74f1f5650fb6b184d061bbb033a39 Mon Sep 17 00:00:00 2001 From: Padraig Gleeson Date: Wed, 11 Feb 2026 11:20:54 +0000 Subject: [PATCH 1/4] Regenerated --- docs/sphinx/source/api/Contributors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sphinx/source/api/Contributors.md b/docs/sphinx/source/api/Contributors.md index 696f00e..1d27aa9 100644 --- a/docs/sphinx/source/api/Contributors.md +++ b/docs/sphinx/source/api/Contributors.md @@ -3,7 +3,7 @@ # Modelspec contributors This page list names and Github profiles of contributors to Modelspec, listed in no particular order. -This page is generated periodically, most recently on 2026-01-16. +This page is generated periodically, most recently on 2026-02-11. - Padraig Gleeson ([@pgleeson](https://github.com/pgleeson)) - Manifest Chakalov ([@mqnifestkelvin](https://github.com/mqnifestkelvin)) From 9b6491fc285cddf83aa084e503c8c7db122a6ae9 Mon Sep 17 00:00:00 2001 From: Padraig Gleeson Date: Wed, 11 Feb 2026 18:04:06 +0000 Subject: [PATCH 2/4] Add Python 3.14 to CI workflow matrix --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e0f1980..67dd494 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: [ "3.9", "3.10", "3.11", "3.12", "3.13" ] + python-version: [ "3.9", "3.10", "3.11", "3.12", "3.13", "3.14" ] runs-on: [ubuntu-latest, macos-latest, windows-latest] exclude: - runs-on: macos-latest From d50702dfcd825e7cb0a0f61e183525b1a0ca70ca Mon Sep 17 00:00:00 2001 From: Padraig Gleeson Date: Wed, 18 Mar 2026 17:35:14 +0000 Subject: [PATCH 3/4] Update contrib list --- docs/sphinx/source/api/Contributors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sphinx/source/api/Contributors.md b/docs/sphinx/source/api/Contributors.md index 1d27aa9..93c1be9 100644 --- a/docs/sphinx/source/api/Contributors.md +++ b/docs/sphinx/source/api/Contributors.md @@ -3,7 +3,7 @@ # Modelspec contributors This page list names and Github profiles of contributors to Modelspec, listed in no particular order. -This page is generated periodically, most recently on 2026-02-11. +This page is generated periodically, most recently on 2026-03-18. - Padraig Gleeson ([@pgleeson](https://github.com/pgleeson)) - Manifest Chakalov ([@mqnifestkelvin](https://github.com/mqnifestkelvin)) From b1e2b87b87ab0e2ec93171c412116b7d59513759 Mon Sep 17 00:00:00 2001 From: Padraig Gleeson Date: Wed, 18 Mar 2026 17:45:07 +0000 Subject: [PATCH 4/4] Updating to latest actions --- .github/workflows/ci.yml | 8 ++++---- .github/workflows/ci_test_all.yml | 4 ++-- .github/workflows/python-publish.yml | 4 ++-- .github/workflows/static.yml | 4 ++-- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 67dd494..a26e192 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,8 +12,8 @@ jobs: name: Format runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 - - uses: actions/setup-python@v5 + - uses: actions/checkout@v6 + - uses: actions/setup-python@v6 with: python-version: "3.10" - uses: pre-commit/action@v3.0.1 @@ -35,9 +35,9 @@ jobs: python-version: "3.9" steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: ${{ matrix.python-version }} diff --git a/.github/workflows/ci_test_all.yml b/.github/workflows/ci_test_all.yml index b0efeda..1952f70 100644 --- a/.github/workflows/ci_test_all.yml +++ b/.github/workflows/ci_test_all.yml @@ -18,10 +18,10 @@ jobs: runs-on: [ubuntu-latest, macos-latest, windows-latest] steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Set up Python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: ${{ matrix.python-version }} diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml index 0fe16bc..24d24e9 100644 --- a/.github/workflows/python-publish.yml +++ b/.github/workflows/python-publish.yml @@ -18,9 +18,9 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v6 - name: Set up Python - uses: actions/setup-python@v3 + uses: actions/setup-python@v6 with: python-version: '3.x' - name: Install dependencies diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index 8c1a3e5..c3fc947 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -30,10 +30,10 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Set up Python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: 3.9