ngoldbaum commented on issue #3548: URL: https://github.com/apache/arrow-adbc/issues/3548#issuecomment-3395534846
Cython does support free-threading and you should be able to update your current code to work with the free-threaded build. Lots of other projects (numpy, pandas, scipy to name a few) are shipping free-threaded wheels on pypi using Cython's support. I'm one of the authors of the [free-threaded Python guide](https://py-free-threading.github.io) which has a lot more advice for porting libraries to support the free-threaded build. I'm happy to answer questions. -- 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]
