Skip to content

Commit 3d5301d

Browse files
chore(actions): update dependency python to 3.13
1 parent 415616c commit 3d5301d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pull-request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Set up Python 3.11
4141
uses: actions/setup-python@v5
4242
with:
43-
python-version: "3.11"
43+
python-version: "3.13"
4444

4545
- uses: actions/cache@v4
4646
name: Cache pip dependencies
@@ -93,7 +93,7 @@ jobs:
9393
- name: Setup Python 3.11
9494
uses: actions/setup-python@v5
9595
with:
96-
python-version: "3.11"
96+
python-version: "3.13"
9797

9898
- name: Cache pip dependencies
9999
id: cache

0 commit comments

Comments
 (0)