6464 - uses : actions/checkout@v4
6565 - uses : conda-incubator/setup-miniconda@v3
6666 with :
67- python-version : " 3.13 "
67+ python-version : " 3.14 "
6868 miniforge-version : latest
6969 channels : conda-forge
7070 conda-remove-defaults : " true"
8484 - uses : actions/checkout@v4
8585 - uses : conda-incubator/setup-miniconda@v3
8686 with :
87- python-version : ' 3.13 '
87+ python-version : ' 3.14 '
8888 miniforge-version : latest
8989 channels : conda-forge
9090 conda-remove-defaults : " true"
@@ -105,11 +105,11 @@ jobs:
105105 matrix :
106106 include :
107107 - operating-system : ubuntu-latest
108- python-version : ' 3.13 '
108+ python-version : ' 3.14 '
109109 environment-file : .ci_support/environment-openmpi.yml
110110
111111 - operating-system : ubuntu-latest
112- python-version : ' 3.13 '
112+ python-version : ' 3.14 '
113113 environment-file : .ci_support/environment-mpich.yml
114114
115115 steps :
@@ -149,7 +149,7 @@ jobs:
149149 - name : Setup Mambaforge
150150 uses : conda-incubator/setup-miniconda@v3
151151 with :
152- python-version : " 3.12 "
152+ python-version : " 3.13 "
153153 miniforge-version : latest
154154 channels : conda-forge
155155 conda-remove-defaults : " true"
@@ -174,7 +174,7 @@ jobs:
174174 - name : Setup Mambaforge
175175 uses : conda-incubator/setup-miniconda@v3
176176 with :
177- python-version : " 3.12 "
177+ python-version : " 3.13 "
178178 miniforge-version : latest
179179 channels : conda-forge
180180 conda-remove-defaults : " true"
@@ -302,13 +302,16 @@ jobs:
302302 matrix :
303303 include :
304304 - operating-system : macos-latest
305- python-version : ' 3.13 '
305+ python-version : ' 3.14 '
306306
307307 - operating-system : ubuntu-24.04-arm
308- python-version : ' 3.13 '
308+ python-version : ' 3.14 '
309309
310310 - operating-system : ubuntu-22.04-arm
311- python-version : ' 3.13'
311+ python-version : ' 3.14'
312+
313+ - operating-system : ubuntu-latest
314+ python-version : ' 3.14'
312315
313316 - operating-system : ubuntu-latest
314317 python-version : ' 3.13'
@@ -343,15 +346,18 @@ jobs:
343346 matrix :
344347 include :
345348 - operating-system : macos-latest
346- python-version : ' 3.13 '
349+ python-version : ' 3.14 '
347350
348351 - operating-system : ubuntu-latest
349- python-version : ' 3.13 '
352+ python-version : ' 3.14 '
350353
351354 - operating-system : ubuntu-24.04-arm
352- python-version : ' 3.13 '
355+ python-version : ' 3.14 '
353356
354357 - operating-system : ubuntu-22.04-arm
358+ python-version : ' 3.14'
359+
360+ - operating-system : ubuntu-latest
355361 python-version : ' 3.13'
356362
357363 - operating-system : ubuntu-latest
@@ -384,7 +390,7 @@ jobs:
384390 - uses : actions/checkout@v4
385391 - uses : conda-incubator/setup-miniconda@v3
386392 with :
387- python-version : " 3.13 "
393+ python-version : " 3.14 "
388394 miniforge-version : latest
389395 channels : conda-forge
390396 conda-remove-defaults : " true"
0 commit comments