mirror of
https://github.com/element-hq/synapse.git
synced 2025-12-05 01:10:13 +00:00
Don't build free-threaded wheels (#19140)
Fixes https://github.com/element-hq/synapse/issues/19139.
This commit is contained in:
3
.github/workflows/release-artifacts.yml
vendored
3
.github/workflows/release-artifacts.yml
vendored
@@ -154,7 +154,8 @@ jobs:
|
||||
# for, and so need extra build deps.
|
||||
#
|
||||
# cp39-*: Python 3.9 is EOL.
|
||||
CIBW_TEST_SKIP: pp3*-* cp39-* *i686* *musl*
|
||||
# cp3??t-*: Free-threaded builds are not currently supported.
|
||||
CIBW_TEST_SKIP: pp3*-* cp39-* cp3??t-* *i686* *musl*
|
||||
|
||||
- uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
|
||||
with:
|
||||
|
||||
1
changelog.d/19140.misc
Normal file
1
changelog.d/19140.misc
Normal file
@@ -0,0 +1 @@
|
||||
Update release scripts to prevent building wheels for free-threaded Python, as Synapse does not currently support it.
|
||||
Reference in New Issue
Block a user