Skip to content

Commit 1ecd757

Browse files
committed
add python 3.14 support
1 parent e61c88d commit 1ecd757

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build_wheels.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ jobs:
1717
# cibuildwheel builds linux wheels inside a manylinux container
1818
# it also takes care of procuring the correct python version for us
1919
os: [ubuntu-latest, windows-latest, macos-latest]
20-
python-version: [39, 310, 311, 312, 313, 313t]
20+
python-version: [39, 310, 311, 312, 313, 313t, 314, 314t]
2121

2222
steps:
2323
- uses: actions/checkout@v4
2424

25-
- uses: pypa/cibuildwheel@v2.23.3
25+
- uses: pypa/cibuildwheel@v3.1.4
2626
env:
2727
CIBW_BUILD: "cp${{ matrix.python-version}}-*"
2828
CIBW_ENABLE: cpython-freethreading
@@ -40,13 +40,13 @@ jobs:
4040
fail-fast: false
4141
matrix:
4242
os: [ubuntu-24.04-arm]
43-
python-version: [39, 310, 311, 312, 313, 313t]
43+
python-version: [39, 310, 311, 312, 313, 313t, 314, 314t]
4444

4545
steps:
4646
- uses: actions/checkout@v4
4747

4848
- name: Build wheels
49-
uses: pypa/cibuildwheel@v2.23.3
49+
uses: pypa/cibuildwheel@v3.1.4
5050
env:
5151
CIBW_BUILD: "cp${{ matrix.python-version}}-*"
5252
CIBW_ARCHS: aarch64

0 commit comments

Comments
 (0)