Skip to content

Commit ebc152f

Browse files
committed
ci: update setup python's from 3.11 or 3.* to 3.13
Better to use a recent version, but didn't go for 3.14 maybe it's still too new for some dependencies.
1 parent dfd796f commit ebc152f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- name: Set up Python
5151
uses: actions/setup-python@v6
5252
with:
53-
python-version: "3.11"
53+
python-version: "3.13"
5454

5555
- name: Install tox
5656
run: |

.github/workflows/doc-check-links.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Setup Python
2626
uses: actions/setup-python@v6
2727
with:
28-
python-version: "3.11"
28+
python-version: "3.13"
2929
cache: pip
3030

3131
- name: Install dependencies

.github/workflows/prepare-release-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Set up Python
3737
uses: actions/setup-python@v6
3838
with:
39-
python-version: "3.x"
39+
python-version: "3.13"
4040

4141
- name: Install dependencies
4242
run: |

.github/workflows/update-plugin-list.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Setup Python
2929
uses: actions/setup-python@v6
3030
with:
31-
python-version: "3.11"
31+
python-version: "3.13"
3232

3333
- name: requests-cache
3434
uses: actions/cache@v4

0 commit comments

Comments
 (0)