Skip to content

Commit 64f490c

Browse files
committed
Change some explicit Python versions from 3.11 to 3.14.0-rc1 in other testing workflows
1 parent fdaccf9 commit 64f490c

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/gce_test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
- synchronize
88

99
env:
10-
PYTHON_VERSION: 3.11
10+
PYTHON_VERSION: 3.14.0-rc.1
1111

1212
jobs:
1313
check-secret:
@@ -122,4 +122,4 @@ jobs:
122122
runinfo/
123123
pytest-parsl/
124124
ci_job_info.txt
125-
compression-level: 9
125+
compression-level: 9

.github/workflows/parsl+cctools.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v4
1717

18-
- name: Set up Python 3.11
18+
- name: Set up Python 3.14
1919
uses: actions/setup-python@v3
2020
with:
21-
python-version: '3.11'
21+
python-version: '3.14.0-rc.1'
2222

2323
- name: Add conda to system path
2424
run: |

.github/workflows/parsl+radical.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v4
1717

18-
- name: Set up Python 3.11
18+
- name: Set up Python 3.14
1919
uses: actions/setup-python@v3
2020
with:
21-
python-version: '3.11'
21+
python-version: '3.14.0-rc.1'
2222

2323
- name: Add conda to system path
2424
run: |

0 commit comments

Comments
 (0)