Skip to content

Commit dc58b34

Browse files
committed
Add Python 3.14 to Linux wheel build
1 parent 6573a46 commit dc58b34

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-linux-wheels.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ jobs:
2626
- name: Checkout specific submodule refs
2727
run: buildtools/checkout_submodule_refs.sh
2828

29-
- name: Set up Python 3.10
29+
- name: Set up Python
3030
uses: actions/setup-python@v5
3131
with:
32-
python-version: '3.10'
32+
python-version: '3.13'
3333
cache: 'pip'
3434

3535
- name: Install dependencies
@@ -61,7 +61,7 @@ jobs:
6161
fail-fast: false
6262
matrix:
6363
os: [ ubuntu-20.04, ubuntu-22.04, ubuntu-24.04 ]
64-
python-version: [ '3.9', '3.10', '3.11', '3.12', '3.13' ]
64+
python-version: [ '3.9', '3.10', '3.11', '3.12', '3.13', '3.14' ]
6565
architecture: [ 'x64' ]
6666

6767
env:

0 commit comments

Comments
 (0)