File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments