Skip to content

Commit 1006d4f

Browse files
committed
Build cpython-freethreading wheel
1 parent 0a056c0 commit 1006d4f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
env:
5050
# cibuildwheel will build wheel once and test it for each CPython version
5151
# and for PyPy > 3.8.
52-
CIBW_BUILD: "cp37-* cp38-* cp39-* cp310-* cp311-* cp312-* cp313-* pp39-* pp310-*"
52+
CIBW_BUILD: "cp37-* cp38-* cp39-* cp310-* cp311-* cp312-* cp313-* cp313t-* pp39-* pp310-*"
5353
CIBW_MANYLINUX_X86_64_IMAGE: "manylinux2014"
5454
CIBW_MANYLINUX_I686_IMAGE: "manylinux2014"
5555
CIBW_MANYLINUX_AARCH64_IMAGE: "manylinux2014"

0 commit comments

Comments
 (0)