Skip to content

Commit 0cbb2a1

Browse files
Don't build free-threaded wheels (#19140)
Fixes #19139.
1 parent 5d71034 commit 0cbb2a1

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/release-artifacts.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,8 @@ jobs:
154154
# for, and so need extra build deps.
155155
#
156156
# cp39-*: Python 3.9 is EOL.
157-
CIBW_TEST_SKIP: pp3*-* cp39-* *i686* *musl*
157+
# cp3??t-*: Free-threaded builds are not currently supported.
158+
CIBW_TEST_SKIP: pp3*-* cp39-* cp3??t-* *i686* *musl*
158159

159160
- uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
160161
with:

changelog.d/19140.misc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Update release scripts to prevent building wheels for free-threaded Python, as Synapse does not currently support it.

0 commit comments

Comments
 (0)