We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3eb149 commit 43cedc0Copy full SHA for 43cedc0
1 file changed
.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
+ CIBW_SKIP: "cp3*t-*"
78
79
- name: Add source distribution
80
if: startsWith(matrix.os, 'ubuntu')
0 commit comments