pitrou commented on PR #47313: URL: https://github.com/apache/arrow/pull/47313#issuecomment-3196325103
The fix here doesn't really make sense, because cffi versions before 2.0.0 have never supported free-threading (they would simply crash at runtime). For the record, the reasons for not supporting free-threaded 3.13 in cffi are stated [here](https://github.com/python-cffi/cffi/pull/178#issuecomment-3117912171). We should simply avoid installing cffi on `3.13t` (but not `3.14t` and later where it should be fine). -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org