Skip to content

Commit 9024a94

Browse files
committed
More options tested
1 parent cf6bf3b commit 9024a94

1 file changed

Lines changed: 9 additions & 7 deletions

File tree

.github/workflows/omv-ci.yml

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,23 +14,25 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
python-version: [ "3.10", "3.11" ]
17+
python-version: [ "3.9", "3.10", "3.12" ]
1818
engine:
1919
- "PyNEURON:7.8.2"
2020
- "PyNEURON:8.0.0"
2121
- "PyNEURON:8.1.0"
22-
- "PyNEURON:8.2.2"
23-
runs-on: [ubuntu-22.04, macos-latest ]
22+
- "PyNEURON:8.2.7"
23+
runs-on: [ ubuntu-latest, ubuntu-22.04, macos-latest ]
2424
exclude:
2525
- runs-on: "macos-latest"
2626
engine: "PyNEURON:7.8.2"
27-
- python-version: "3.11"
27+
- python-version: "3.10"
28+
engine: "PyNEURON:7.8.2"
29+
- python-version: "3.12"
2830
engine: "PyNEURON:7.8.2"
29-
- python-version: "3.11"
30-
engine: "PyNEURON:8.0.0"
3131
- runs-on: "macos-latest"
3232
engine: "PyNEURON:8.0.0"
33-
- python-version: "3.11"
33+
- python-version: "3.12"
34+
engine: "PyNEURON:8.0.0"
35+
- python-version: "3.12"
3436
engine: "PyNEURON:8.1.0"
3537

3638
steps:

0 commit comments

Comments
 (0)