This is an automated email from the ASF dual-hosted git repository.
paleolimbot pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-nanoarrow.git
The following commit(s) were added to refs/heads/main by this push:
new 0d776433 chore(ci): Update cibuildwheel for newer wheel builds (#913)
0d776433 is described below
commit 0d776433a90b9b20ee6d3614327778dadfde7c85
Author: Dewey Dunnington <[email protected]>
AuthorDate: Wed Jul 29 22:25:35 2026 -0400
chore(ci): Update cibuildwheel for newer wheel builds (#913)
---
.github/workflows/python-wheels.yaml | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/.github/workflows/python-wheels.yaml
b/.github/workflows/python-wheels.yaml
index 5bd3bf09..6119bfe9 100644
--- a/.github/workflows/python-wheels.yaml
+++ b/.github/workflows/python-wheels.yaml
@@ -133,7 +133,7 @@ jobs:
arch: x86
- name: Install cibuildwheel
- run: python -m pip install cibuildwheel==3.4.0
+ run: python -m pip install cibuildwheel==4.1.1
- name: Set nanoarrow Python dev version
if: github.ref == 'refs/heads/main'
@@ -151,7 +151,6 @@ jobs:
CIBW_TEST_COMMAND: pytest {package}/tests -vv
CIBW_PLATFORM: ${{ matrix.config.platform }}
CIBW_ARCHS: ${{ matrix.config.arch }}
- CIBW_ENABLE: cpython-freethreading
- uses: actions/upload-artifact@v7
with: