kylebrooks-8451 opened a new issue, #333: URL: https://github.com/apache/arrow-datafusion-python/issues/333
**Describe the bug** The wheels on PyPi are `manylinux2_34` which means that installing them requires a newer Linux distro. It looks like we are intending to build `manylinux2014` wheels in our Actions workflows and we are. For some reason, what is uploaded is not `manylinux2014`: [Datafusion 22.0 PyPi files](https://pypi.org/project/datafusion/22.0.0/#files) **Additional context** It looks like the Github workflows are building a `manylinux2014` wheel but for some reason a `manylinux2_34` wheel is being upload to PyPi. -- 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]
