houqp opened a new issue #921: URL: https://github.com/apache/arrow-datafusion/issues/921
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** For every python binding release, we are building python wheels for specific python patch versions. **Describe the solution you'd like** Build a single abi3 wheel for each platform for better forward compatibility and reduce complexity. Here is an example of what abi3 wheel looks like: https://pypi.org/project/deltalake/#files. It can be configured like so https://github.com/delta-io/delta-rs/blob/3f87e76d0462621993095760e537dcf21999c348/python/Cargo.toml#L27. -- 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]
