Skip to content

Commit 42bcfa3

Browse files
chore(deps): update dependency python to 3.13 (#3328)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent de7c565 commit 42bcfa3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
- name: Install Python
5555
uses: actions/setup-python@v5
5656
with:
57-
python-version: "3.12"
57+
python-version: "3.13"
5858

5959
- name: Install cargo-lambda
6060
run: pip install cargo-lambda
@@ -350,7 +350,7 @@ jobs:
350350
- name: Install Python
351351
uses: actions/setup-python@v5
352352
with:
353-
python-version: "3.12"
353+
python-version: "3.13"
354354

355355
- name: Install cargo-lambda
356356
run: pip install cargo-lambda

0 commit comments

Comments
 (0)