Skip to content

Commit af9da5e

Browse files
committed
[fix comments] use Python 3.13 in CI workflows
1 parent 5b944d1 commit af9da5e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/ci-build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
fail-fast: false
3232
matrix:
3333
python-version: [
34+
"3.10",
3435
"3.11",
3536
"3.12",
3637
"3.13",

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Set up Python
2626
uses: actions/setup-python@v4
2727
with:
28-
python-version: "3.11"
28+
python-version: "3.13"
2929

3030
- name: Install dependencies
3131
run: |
@@ -53,7 +53,7 @@ jobs:
5353
- uses: actions/setup-python@v5
5454
name: Install Python
5555
with:
56-
python-version: "3.11"
56+
python-version: "3.13"
5757
- uses: actions/download-artifact@v4
5858
with:
5959
name: releases

0 commit comments

Comments
 (0)