Skip to content

Commit ed566d5

Browse files
chore(actions): update dependency python to 3.13
1 parent d2141a1 commit ed566d5

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
- name: Setup Python
6767
uses: actions/setup-python@v5
6868
with:
69-
python-version: "3.10"
69+
python-version: "3.13"
7070

7171
- name: Cache pip dependencies
7272
id: cache

.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.8
4141
uses: actions/setup-python@v5
4242
with:
43-
python-version: "3.10"
43+
python-version: "3.13"
4444

4545
- uses: actions/cache@v4
4646
name: Cache pip dependencies
@@ -90,7 +90,7 @@ jobs:
9090
- name: Setup Python
9191
uses: actions/setup-python@v5
9292
with:
93-
python-version: "3.10"
93+
python-version: "3.13"
9494

9595
- name: Cache pip dependencies
9696
id: cache

.github/workflows/release-deprecated.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Setup Python 3.8
2222
uses: actions/setup-python@v5
2323
with:
24-
python-version: "3.8"
24+
python-version: "3.13"
2525

2626
- uses: actions/cache@v4
2727
name: Cache pip dependencies

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Setup Python 3.10
2323
uses: actions/setup-python@v5
2424
with:
25-
python-version: "3.10"
25+
python-version: "3.13"
2626

2727
- uses: actions/cache@v4
2828
name: Cache pip dependencies

0 commit comments

Comments
 (0)