Skip to content

Commit 04e8f83

Browse files
committed
Remove custom free-threading flags from cibw config
1 parent 70991d1 commit 04e8f83

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,6 @@ jobs:
3232
# and to split the remaining architectures between the x86_64 and
3333
# ARM runners
3434
CIBW_ARCHS_LINUX: ${{ runner.arch == 'X64' && 'auto ppc64le s390x' || 'auto' }}
35-
# enable cpython-freethreading necessary only for 3.13t
36-
# CIBW_ENABLE: cpython-freethreading
37-
CIBW_BUILD: cp314t-${{ matrix.buildplat }}
3835

3936
- name: Show files
4037
run: ls -lh wheelhouse

0 commit comments

Comments
 (0)