Skip to content

Commit e5d7f07

Browse files
authored
Update Python version in CI workflow - 3.10 not supported by latest onnxruntime...
1 parent 51ee0e4 commit e5d7f07

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
strategy:
3131
fail-fast: false
3232
matrix:
33-
python-version: ['3.10', '3.13']
33+
python-version: ['3.11', '3.13']
3434
os: [ubuntu-latest, macos-latest, windows-latest]
3535
test-suite: [core, actr, pytorch, neuroml, tensorflow, psyneulink]
3636
exclude:

0 commit comments

Comments
 (0)