Skip to content

Commit 11ffdb4

Browse files
committed
ci: use python 3.13 as main python for actions
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
1 parent 91afb91 commit 11ffdb4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/doc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ jobs:
2121
- name: Checkout code
2222
uses: actions/checkout@v4
2323

24-
- name: Set up Python 3.11
24+
- name: Set up Python 3.13
2525
uses: actions/setup-python@v5
2626
with:
27-
python-version: '3.11'
27+
python-version: '3.13'
2828
cache: 'pip'
2929
cache-dependency-path: pyproject.toml
3030

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ jobs:
1919
- name: Checkout code
2020
uses: actions/checkout@v4
2121

22-
- name: Set up Python 3.11
22+
- name: Set up Python 3.13
2323
uses: actions/setup-python@v5
2424
with:
25-
python-version: "3.11"
25+
python-version: "3.13"
2626
cache: 'pip'
2727
cache-dependency-path: pyproject.toml
2828

0 commit comments

Comments
 (0)