Skip to content

Commit ffc5ec1

Browse files
chore(deps): update dependency python to 3.13 (#2570)
2 parents 6097a03 + d2425c0 commit ffc5ec1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: .github/workflows/lints.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Install Python 3.11
2525
uses: actions/setup-python@v5
2626
with:
27-
python-version: "3.11"
27+
python-version: "3.13"
2828
- name: Print Rust Version
2929
run: rustc --version --verbose
3030
- name: Run Clippy

Diff for: .github/workflows/tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Install Python 3.11
3131
uses: actions/setup-python@v5
3232
with:
33-
python-version: "3.11"
33+
python-version: "3.13"
3434
- name: Print Rust Version
3535
run: rustc --version --verbose
3636
- name: Run Build
@@ -53,7 +53,7 @@ jobs:
5353
- name: Install Python 3.11
5454
uses: actions/setup-python@v5
5555
with:
56-
python-version: "3.11"
56+
python-version: "3.13"
5757
- name: Print Rust Version
5858
run: rustc --version --verbose
5959
- name: Run Build

0 commit comments

Comments
 (0)