We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d71034 commit 0cbb2a1Copy full SHA for 0cbb2a1
2 files changed
.github/workflows/release-artifacts.yml
@@ -154,7 +154,8 @@ jobs:
154
# for, and so need extra build deps.
155
#
156
# cp39-*: Python 3.9 is EOL.
157
- CIBW_TEST_SKIP: pp3*-* cp39-* *i686* *musl*
+ # cp3??t-*: Free-threaded builds are not currently supported.
158
+ CIBW_TEST_SKIP: pp3*-* cp39-* cp3??t-* *i686* *musl*
159
160
- uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
161
with:
changelog.d/19140.misc
@@ -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