Skip to content

Commit 191b9a5

Browse files
committed
Test on py3.10
1 parent 6dee567 commit 191b9a5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/omv-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
python-version: [ 3.9 ]
17+
python-version: [ "3.12" ]
1818
runs-on: [ ubuntu-latest, macos-latest ]
1919
engine: [ jNeuroML, jNeuroML_NEURON, jNeuroML_NetPyNE, jNeuroML_EDEN, jNeuroML_validate, jNeuroML_validatev1, Py_neuroConstruct ]
2020
exclude:

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,3 +81,4 @@ neuroConstruct/generatedNeuroML2/html
8181
*_eden.py
8282
arm64
8383
/neuroConstruct/generatedNeuroML2/*netpyne.py
84+
aarch64

0 commit comments

Comments
 (0)