Skip to content

Commit 46fb528

Browse files
committed
More test options
1 parent 729a4b7 commit 46fb528

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/omv-ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,11 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
python-version: [ "3.9", "3.10", "3.12" ] # Brian no longer supported on py3.8
16+
python-version: [ "3.9","3.10", "3.12", "3.13" ] # Brian no longer supported on py3.9!
1717
engine: [ jNeuroML, jNeuroML_NEURON, jNeuroML_PyNN_NEURON, jNeuroML_validate, PyNN_NEURON, PyNN_Nest, PyNN_NeuroML, PyNN_Brian2]
18+
exclude:
19+
- python-version: "3.9"
20+
- engine: "PyNN_Brian2"
1821

1922
steps:
2023
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)