Skip to content

Commit 90ffa31

Browse files
Update dependency python to 3.14 (#16)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0f72022 commit 90ffa31

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/dawn-check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
- name: Set up Python
5050
uses: actions/setup-python@v6
5151
with:
52-
python-version: "3.13"
52+
python-version: "3.14"
5353

5454
- name: Install dependencies
5555
run: |

.github/workflows/dawn-info.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- name: Set up Python
4848
uses: actions/setup-python@v6
4949
with:
50-
python-version: "3.13"
50+
python-version: "3.14"
5151

5252
- name: Install dependencies
5353
run: |

.github/workflows/dawn.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
- name: Set up Python
116116
uses: actions/setup-python@v6
117117
with:
118-
python-version: "3.13"
118+
python-version: "3.14"
119119

120120
- name: Install dependencies
121121
run: |

0 commit comments

Comments
 (0)