Skip to content

Commit 4337222

Browse files
committed
missed a few
1 parent d4437d5 commit 4337222

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/unit_tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
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:

0 commit comments

Comments
 (0)