Skip to content

Commit 182cc29

Browse files
authored
Update ci.yml
1 parent b87c821 commit 182cc29

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
python-version: ["3.8", "3.9", "3.10", "3.11"]
16+
python-version: ["3.10", "3.11", "3.12", "3.13"]
1717
env:
1818
JNML_HOME: "/home/runner/work/NeuroMLlite/NeuroMLlite/jNeuroML"
1919
HDF5_DISABLE_VERSION_CHECK: 1
@@ -92,7 +92,7 @@ jobs:
9292
9393
- name: Install some simulators for testing
9494
run: |
95-
#pip install cython
95+
pip install "cython<3.1.0" # for nest...
9696
omv install NEURON
9797
pip install NetPyNE # strange issues on py3.7 with omv install...
9898
omv install PyNN

0 commit comments

Comments
 (0)