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 e522ab0 commit fc51d5fCopy full SHA for fc51d5f
2 files changed
.github/workflows/ci-cd.yml
@@ -208,7 +208,6 @@ jobs:
208
pyver:
209
- 3.14t
210
- 3.14
211
- - 3.13t
212
- 3.13
213
- 3.12
214
- 3.11
pyproject.toml
@@ -123,7 +123,6 @@ freethreading_compatible = "True"
123
124
[tool.cibuildwheel]
125
build-frontend = "build"
126
-enable = ["cpython-freethreading"]
127
before-test = [
128
# NOTE: Attempt to have pip pre-compile PyYAML wheel with our build
129
# NOTE: constraints unset. The hope is that pip will cache that wheel
0 commit comments