We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70991d1 commit 04e8f83Copy full SHA for 04e8f83
.github/workflows/build.yml
@@ -32,9 +32,6 @@ jobs:
32
# and to split the remaining architectures between the x86_64 and
33
# ARM runners
34
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 }}
38
39
- name: Show files
40
run: ls -lh wheelhouse
0 commit comments