Skip to content

Commit

Permalink
chore(omv): remove py3.11
Browse files Browse the repository at this point in the history
omv uses a version of NEURON that isn't on 3.11: 8.1
  • Loading branch information
sanjayankur31 committed Apr 16, 2024
1 parent d0908a8 commit 5da74a3
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 @@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [ "3.8", "3.10", "3.11" ]
python-version: [ "3.8", "3.10"]
engine: [ jNeuroML_validate, jNeuroML_NEURON ]

steps:
Expand Down

0 comments on commit 5da74a3

Please sign in to comment.