Skip to content

Commit 7119c62

Browse files
renovate[bot]cuberoot
authored andcommitted
Update dependency python to 3.13 (#7)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5c901c2 commit 7119c62

File tree

2 files changed

+3
-3
lines changed

2 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
@@ -53,7 +53,7 @@ jobs:
5353
- name: Set up Python
5454
uses: actions/setup-python@v6
5555
with:
56-
python-version: "3.11"
56+
python-version: "3.13"
5757

5858
- name: Install dependencies
5959
run: |

.github/workflows/dawn.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
- name: Set up Python
5656
uses: actions/setup-python@v6
5757
with:
58-
python-version: "3.11"
58+
python-version: "3.13"
5959

6060
- name: Install dependencies
6161
run: |
@@ -171,7 +171,7 @@ jobs:
171171
- name: Set up Python
172172
uses: actions/setup-python@v6
173173
with:
174-
python-version: "3.11"
174+
python-version: "3.13"
175175

176176
- name: Install dependencies
177177
run: |

0 commit comments

Comments
 (0)