Skip to content

Commit eac3dce

Browse files
committed
Fix version setuptools
1 parent 431ff7d commit eac3dce

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/non-omv.yml

Lines changed: 1 addition & 1 deletion
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.12", "3.12" ]
16+
python-version: [ "3.12", "3.13" ]
1717
runs-on: [ ubuntu-latest, macos-latest ]
1818

1919
steps:

.github/workflows/omv-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
python-version: [ 3.9, "3.10", "3.12" ]
18+
python-version: [ "3.10", "3.12" ]
1919
engine: [ NetPyNE, jNeuroML, jNeuroML_NEURON, jNeuroML_NetPyNE, jNeuroML_EDEN, jNeuroML_validate ]
2020

2121
steps:
@@ -28,7 +28,7 @@ jobs:
2828

2929
- name: Ensure setuptools is up-to-date
3030
run: |
31-
pip install --upgrade setuptools
31+
pip install setuptools==80 # needed for EDEN on py3.12
3232
3333
- name: Install OMV
3434
run: |

0 commit comments

Comments
 (0)