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 5252 - name : Setup Mambaforge
5353 uses : conda-incubator/setup-miniconda@v3
5454 with :
55- python-version : " 3.13 "
55+ python-version : " 3.14 "
5656 miniforge-version : latest
5757 condarc-file : .condarc
5858 environment-file : .ci_support/environment-mini.yml
9292 - name : Setup Python
9393 uses : actions/setup-python@v5
9494 with :
95- python-version : " 3.13 "
95+ python-version : " 3.14 "
9696 architecture : x64
9797 - name : Checkout
9898 uses : actions/checkout@v4
@@ -146,7 +146,7 @@ jobs:
146146 - name : Setup Mambaforge
147147 uses : conda-incubator/setup-miniconda@v3
148148 with :
149- python-version : " 3.12 "
149+ python-version : " 3.13 "
150150 miniforge-version : latest
151151 condarc-file : .condarc
152152 environment-file : ${{ matrix.environment-file }}
You can’t perform that action at this time.
0 commit comments