File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 77 - synchronize
88
99env :
10- PYTHON_VERSION : 3.11
10+ PYTHON_VERSION : 3.14.0-rc.1
1111
1212jobs :
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
Original file line number Diff line number Diff 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 : |
Original file line number Diff line number Diff 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 : |
You can’t perform that action at this time.
0 commit comments