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