ngoldbaum commented on issue #1603: URL: https://github.com/apache/datafusion-python/issues/1603#issuecomment-4722259933
OK great. Just an FYI though that PyO3 0.29 dropped 3.13t support. See [the release notes](https://github.com/PyO3/pyo3/releases/tag/v0.29.0) and [the free-threading guide](https://py-free-threading.github.io/ci/#building-free-threaded-wheels-with-cibuildwheel) for more detail about that. I'd suggest simply never shipping 3.13t wheels. 3.13t never gained support for a few key packages and that makes it difficult to use 3.13t with a nontrivial set of dependencies. 3.14t is supported much more widely so we're trying to get people to start support there. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
