Skip to content

Commit 3fcafdf

Browse files
committed
ci: upgrade Python version to 3.13 in all CI workflows
1 parent 2cedf6b commit 3fcafdf

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/doc-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
fail-fast: true
1717
matrix:
18-
python-version: ["3.12"]
18+
python-version: ["3.13"]
1919

2020
env:
2121
PYTHON_VERSION: ${{ matrix.python-version }}

.github/workflows/linux-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
matrix:
2121
os: [ubuntu-latest, ubuntu-24.04-arm]
2222
# python-version: ["3.9", "3.10", "3.11", "3.12"]
23-
python-version: ["3.12"]
23+
python-version: ["3.13"]
2424

2525
env:
2626
PYTHON_VERSION: ${{ matrix.python-version }}

.github/workflows/macos-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
matrix:
1717
os: [macos-14]
1818
# python-version: ["3.9", "3.10", "3.11", "3.12"]
19-
python-version: ["3.11", "3.12"]
19+
python-version: ["3.11", "3.13"]
2020

2121
env:
2222
PYTHON_VERSION: ${{ matrix.python-version }}

.github/workflows/windows-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
strategy:
1919
fail-fast: false
2020
matrix:
21-
python-version: ["3.9", "3.12"]
21+
python-version: ["3.9", "3.13"]
2222

2323
env:
2424
PYTHON_VERSION: ${{ matrix.python-version }}

0 commit comments

Comments
 (0)