Skip to content

Commit 5da2959

Browse files
committed
Rem py 3.9
1 parent 46fb528 commit 5da2959

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/omv-ci.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,8 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
python-version: [ "3.9","3.10", "3.12", "3.13" ] # Brian no longer supported on py3.9!
16+
python-version: [ "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"
2118

2219
steps:
2320
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)