This is an automated email from the ASF dual-hosted git repository.
lidavidm pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-adbc.git
The following commit(s) were added to refs/heads/main by this push:
new 3c97f0b7b build(python): remove deprecated cibuildwheel
`enable-freethreading` (#4364)
3c97f0b7b is described below
commit 3c97f0b7b7a467fbd1cdb1d0d3e8707f7d47d4dd
Author: David Li <[email protected]>
AuthorDate: Tue Jun 9 15:16:06 2026 -0700
build(python): remove deprecated cibuildwheel `enable-freethreading` (#4364)
This is no longer needed as of 4.0.0.
---
ci/scripts/python_wheel_unix_relocate.sh | 2 +-
python/adbc_driver_manager/pyproject.toml | 3 ---
2 files changed, 1 insertion(+), 4 deletions(-)
diff --git a/ci/scripts/python_wheel_unix_relocate.sh
b/ci/scripts/python_wheel_unix_relocate.sh
index 4ba22cbe7..539c49f2f 100755
--- a/ci/scripts/python_wheel_unix_relocate.sh
+++ b/ci/scripts/python_wheel_unix_relocate.sh
@@ -56,7 +56,7 @@ fi
echo "=== Relocating wheels ==="
# https://github.com/pypa/pip/issues/7555
# Get the latest pip so we have in-tree-build by default
-python -m pip install --upgrade pip auditwheel 'cibuildwheel>3' delocate
setuptools wheel
+python -m pip install --upgrade pip auditwheel 'cibuildwheel>=4' delocate
setuptools wheel
# Build with Cython debug info
export ADBC_BUILD_TYPE="debug"
diff --git a/python/adbc_driver_manager/pyproject.toml
b/python/adbc_driver_manager/pyproject.toml
index 7d1aa3092..98f82dc30 100644
--- a/python/adbc_driver_manager/pyproject.toml
+++ b/python/adbc_driver_manager/pyproject.toml
@@ -38,9 +38,6 @@ repository = "https://github.com/apache/arrow-adbc"
requires = ["Cython >= 3.1.0", "setuptools >= 77.0.0"]
build-backend = "setuptools.build_meta"
-[tool.cibuildwheel]
-enable = ["cpython-freethreading"]
-
[tool.pytest.ini_options]
filterwarnings = ["error"]
markers = [