Skip to content

Commit d055130

Browse files
authored
Migrate flux tests to Python 3.13 (#877)
* Migrate flux tests to Python 3.13 * Update pipeline.yml * Update environment-integration.yml * Update environment-integration.yml * Update environment-integration.yml
1 parent 111775e commit d055130

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/pipeline.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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"
@@ -202,7 +202,7 @@ jobs:
202202
cat .ci_support/environment-mpich.yml
203203
- uses: conda-incubator/setup-miniconda@v3
204204
with:
205-
python-version: '3.12'
205+
python-version: '3.13'
206206
miniforge-version: latest
207207
channels: conda-forge
208208
conda-remove-defaults: "true"
@@ -233,7 +233,7 @@ jobs:
233233
cat .ci_support/environment-openmpi.yml
234234
- uses: conda-incubator/setup-miniconda@v3
235235
with:
236-
python-version: '3.12'
236+
python-version: '3.13'
237237
miniforge-version: latest
238238
channels: conda-forge
239239
conda-remove-defaults: "true"

0 commit comments

Comments
 (0)