We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b87c821 commit 182cc29Copy full SHA for 182cc29
.github/workflows/ci.yml
@@ -13,7 +13,7 @@ jobs:
13
strategy:
14
fail-fast: false
15
matrix:
16
- python-version: ["3.8", "3.9", "3.10", "3.11"]
+ python-version: ["3.10", "3.11", "3.12", "3.13"]
17
env:
18
JNML_HOME: "/home/runner/work/NeuroMLlite/NeuroMLlite/jNeuroML"
19
HDF5_DISABLE_VERSION_CHECK: 1
@@ -92,7 +92,7 @@ jobs:
92
93
- name: Install some simulators for testing
94
run: |
95
- #pip install cython
+ pip install "cython<3.1.0" # for nest...
96
omv install NEURON
97
pip install NetPyNE # strange issues on py3.7 with omv install...
98
omv install PyNN
0 commit comments