Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a5df485

Browse files
committed
BLD: remove enable=cpython-freethreading from cibuildwheel config
This gives the following warning in the wheel build logs: ``` Warning: cibuildwheel: 'cpython-freethreading' enable is deprecated and will be removed in a future version. It should be removed from tool.cibuildwheel.enable in pyproject.toml or CIBW_ENABLE environment variable. ```
1 parent ad6ee89 commit a5df485

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ skip = ["*_i686", "*_ppc64le", "*_s390x", "*_universal2"]
192192
before-build = "bash {project}/tools/wheels/cibw_before_build.sh {project}"
193193
before-test = "pip install -r {project}/requirements/test_requirements.txt"
194194
test-command = "bash {project}/tools/wheels/cibw_test_command.sh {project}"
195-
enable = ["cpython-freethreading", "cpython-prerelease"]
195+
enable = ["cpython-prerelease"]
196196

197197
# The build will use openblas64 everywhere, except on arm64 macOS >=14.0 (uses Accelerate)
198198
[tool.cibuildwheel.config-settings]

0 commit comments

Comments
 (0)