File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 5858 - name : Upload wheels
5959 uses : actions/upload-artifact@v4
6060 with :
61- name : macos-wheels
61+ name : " macos-wheels-${{ matrix.python-version }} "
6262 path : dist/*.whl
6363 overwrite : true
6464
9494 - name : Upload wheels
9595 uses : actions/upload-artifact@v4
9696 with :
97- name : windows-wheels
97+ name : " windows-wheels-${{ matrix.python-version }} "
9898 path : dist/*.whl
9999 overwrite : true
100100
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ Python adaptation of SPM functions for real-time fMRI analysis
99
1010## Installing
1111
12- Python 3.8 or above is supported.
12+ Python 3.11 or above is supported.
1313
1414```
1515pip install python-rtspm
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " python-rtspm"
3- version = " 0.2.15 "
3+ version = " 0.2.16 "
44description = " Python adaptation of SPM functions for real-time fMRI analysis"
55authors = [
" OpenNFT Team <[email protected] >" ]
66license = " GPL-3.0"
You can’t perform that action at this time.
0 commit comments