AlenkaF opened a new issue, #47625: URL: https://github.com/apache/arrow/issues/47625
### Describe the bug, including details regarding any error messages, version, and platform. Same failure as in https://github.com/apache/arrow/pull/47313 ```python RuntimeError: CFFI does not support the free-threaded build of CPython 3.13. Upgrade to free-threaded 3.14 or newer to use CFFI with the free-threaded build. ``` only for - [wheel-manylinux-2-28-cp313-cp313t-amd64](https://github.com/ursacomputing/crossbow/actions/runs/17909568464/job/50917727596) - [wheel-manylinux-2-28-cp313-cp313t-arm64](https://github.com/ursacomputing/crossbow/actions/runs/17909567568/job/50917724091) - [wheel-musllinux-1-2-cp313-cp313t-amd64](https://github.com/ursacomputing/crossbow/actions/runs/17909567134/job/50917722554) - [wheel-musllinux-1-2-cp313-cp313t-arm64](https://github.com/ursacomputing/crossbow/actions/runs/17909567061/job/50917722409) The solution should be the same. ### Component(s) Python -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
