File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1919 strategy :
2020 fail-fast : false
2121 matrix :
22- python-version : ["3.13 "]
22+ python-version : ["3.14 "]
2323 steps :
2424 - uses : actions/checkout@v5
2525 with :
@@ -301,7 +301,7 @@ jobs:
301301 # Only run on a limited set of jobs
302302 - name : Run pytest without testing data
303303 run : make test
304- if : ${{ matrix.python-version == '3.13 ' && matrix.os == 'ubuntu-latest' && matrix.mne-version == 'mne-main' }}
304+ if : ${{ matrix.python-version == '3.14 ' && matrix.os == 'ubuntu-latest' && matrix.mne-version == 'mne-main' }}
305305
306306 # Get testing data
307307 - run : ./tools/get_testing_version.sh
@@ -335,7 +335,7 @@ jobs:
335335 strategy :
336336 fail-fast : false
337337 matrix :
338- python-version : ["3.13 "]
338+ python-version : ["3.14 "]
339339 steps :
340340 - uses : actions/checkout@v5
341341 with :
You can’t perform that action at this time.
0 commit comments