Skip to content

Commit 9e86555

Browse files
chore(actions): update dependency python to 3.13
1 parent 773fe46 commit 9e86555

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Setup Python 3.10
3838
uses: actions/setup-python@v5
3939
with:
40-
python-version: '3.10'
40+
python-version: '3.13'
4141

4242
- name: Install dependencies
4343
run: |

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Setup Python
4444
uses: actions/setup-python@v5
4545
with:
46-
python-version: '3.10'
46+
python-version: '3.13'
4747

4848
- name: Install build dependencies
4949
run: python -m pip install --upgrade pip wheel

0 commit comments

Comments
 (0)