Skip to content

Commit 537f512

Browse files
committed
Test latest versions
1 parent a6df882 commit 537f512

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/build-ci.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.8", "3.9", "3.10", "3.11"] # not yet working: "3.12"
16+
python-version: [ "3.9", "3.10", "3.11", "3.12"] # not yet working: "3.12"??
1717

1818
steps:
1919
- uses: actions/checkout@v4

.github/workflows/ci_pip.yml

Lines changed: 1 addition & 1 deletion
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"] # not yet working: "3.11"+
18+
python-version: ["3.9", "3.10", "3.11", "3.12"] # not yet working: "3.12"??
1919

2020
steps:
2121
- uses: actions/checkout@v4

.github/workflows/ci_pre_pip.yml

Lines changed: 1 addition & 1 deletion
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.11"] # not working yet: "3.12"
18+
python-version: ["3.9", "3.10", "3.11", "3.12"] # not yet working: "3.12"??
1919

2020
steps:
2121
- uses: actions/checkout@v4

.github/workflows/omv-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
python-version: [ 3.9, "3.10" ]
17+
python-version: [ "3.9", "3.10", "3.11", "3.12"] # not yet working: "3.12"??
1818
engine: [ jNeuroML, jNeuroML_NEURON, jNeuroML_validate, jNeuroML_Moose, jNeuroML_EDEN, jNeuroML_NetPyNE ]
1919

2020
steps:

0 commit comments

Comments
 (0)