Skip to content

Commit 9ae8ae8

Browse files
committed
Test with PyBaMM 26.5
1 parent 3b9b928 commit 9ae8ae8

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

.github/workflows/test.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,15 @@ jobs:
3131
matrix:
3232
include:
3333
# All Python versions against the latest PyBaMM
34-
- {python-version: "3.10", pybamm-version: "26.4"}
35-
- {python-version: "3.11", pybamm-version: "26.4"}
36-
- {python-version: "3.12", pybamm-version: "26.4"}
37-
- {python-version: "3.13", pybamm-version: "26.4"}
38-
- {python-version: "3.14", pybamm-version: "26.4"}
34+
- {python-version: "3.10", pybamm-version: "26.5"}
35+
- {python-version: "3.11", pybamm-version: "26.5"}
36+
- {python-version: "3.12", pybamm-version: "26.5"}
37+
- {python-version: "3.13", pybamm-version: "26.5"}
38+
- {python-version: "3.14", pybamm-version: "26.5"}
3939
# Older PyBaMM versions against the latest Python they support
4040
- {python-version: "3.13", pybamm-version: "25.12"}
4141
- {python-version: "3.14", pybamm-version: "26.3"}
42+
- {python-version: "3.14", pybamm-version: "26.4"}
4243

4344
steps:
4445
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)