Skip to content

Commit 1eef31b

Browse files
chore(deps): update dependency python to 3.13
1 parent d7f9e4a commit 1eef31b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
fetch-depth: 2
2424
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
2525
with:
26-
python-version: "3.11"
26+
python-version: "3.13"
2727
- name: Install deps
2828
run: |
2929
sudo apt update

.github/workflows/master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
fetch-depth: 0
2121
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
2222
with:
23-
python-version: "3.11"
23+
python-version: "3.13"
2424
- name: Install deps
2525
run: |
2626
sudo apt update

0 commit comments

Comments
 (0)