Skip to content

Commit 1d65f73

Browse files
committed
Add free-treaded Python 3.14t
1 parent 9a9c337 commit 1d65f73

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pythonapp.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
FFMPEG_ROOT: ~/ff_deps/ffmpeg
2020
strategy:
2121
matrix:
22-
python: ['3.9', '3.10', '3.11', '3.12', '3.13', '3.14']
22+
python: ['3.9', '3.10', '3.11', '3.12', '3.13', '3.14', '3.14t']
2323
steps:
2424
- uses: actions/[email protected]
2525
- name: Set up Python ${{ matrix.python }}
@@ -232,7 +232,7 @@ jobs:
232232
docker run --rm -v `pwd`:/io:rw quay.io/pypa/manylinux2014_${{ matrix.cibw_archs }} /io/.ci/build-wheels.sh
233233
- name: Install cibuildwheel
234234
run: |
235-
python -m pip install cibuildwheel~=2.23.3
235+
python -m pip install cibuildwheel~=3.2.1
236236
- name: Make wheels
237237
run: |
238238
python -m cibuildwheel --output-dir dist
@@ -290,7 +290,7 @@ jobs:
290290

291291
- name: Install cibuildwheel
292292
run: |
293-
python -m pip install cibuildwheel~=2.23.3
293+
python -m pip install cibuildwheel~=3.2.1
294294
- name: Build wheels
295295
run: |
296296
export REPAIR_LIBRARY_PATH="$HOME/${{ env.FFMPEG_BUILD_PATH }}_${{ matrix.arch }}/lib"

0 commit comments

Comments
 (0)