Skip to content

Commit a9aa9c9

Browse files
authored
Update Python version and GitHub actions versions
1 parent 8594f7d commit a9aa9c9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/omv-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
python-version: [ 3.9, "3.10" ] # Only test >=py3.9 as brian2 only supports that
16+
python-version: [ "3.12" ] # Only test >=py3.9 as brian2 only supports that
1717
engine: [ jNeuroML ]
1818

1919
steps:
20-
- uses: actions/checkout@v3
20+
- uses: actions/checkout@v4
2121

2222
- name: Set up Python ${{ matrix.python-version }}
23-
uses: actions/setup-python@v3
23+
uses: actions/setup-python@v4
2424
with:
2525
python-version: ${{ matrix.python-version }}
2626

0 commit comments

Comments
 (0)