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 43cedc0 commit d14d52dCopy full SHA for d14d52d
.github/workflows/pypi-build-artifacts.yml
@@ -74,6 +74,7 @@ jobs:
74
# Ignore tests for pypy since not all dependencies are compiled for it
75
# and would require a local rust build chain
76
CIBW_TEST_SKIP: "pp*"
77
+ # Skip free-threaded (PEP 703) builds until we evaluate decoder_fast support
78
CIBW_SKIP: "cp3*t-*"
79
80
- name: Add source distribution
.github/workflows/svn-build-artifacts.yml
@@ -69,6 +69,8 @@ jobs:
69
70
71
72
73
+ CIBW_SKIP: "cp3*t-*"
if: startsWith(matrix.os, 'ubuntu')
0 commit comments