Skip to content

Commit

Permalink
Only test >=py3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
pgleeson authored Jul 5, 2023
1 parent e043d2e commit 38ceeb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/omv-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [ 3.7, 3.8, 3.9, "3.10" ]
python-version: [ 3.9, "3.10" ] # latest brain2 only supports >=3.9...
engine: [ Brian2, "Brian2:2.5.3", jNeuroML_validate, jNeuroML, jNeuroML_Brian2, jNeuroML_NEURON ]


Expand Down

0 comments on commit 38ceeb6

Please sign in to comment.