isidentical commented on PR #85: URL: https://github.com/apache/arrow-datafusion-python/pull/85#issuecomment-1329800652
> Do you really need to support manylinux2010 ? The only [active Python releases](url) that can't handle `manylinux2014` is the ones between `>=3.7.0,<3.7.9` (so only older bugfix releases of `3.7`), and looking at the [download stats from PyPI package](https://pypistats.org/packages/datafusion) 3.7 as a whole (which we would be still supporting, but only 3.7.8+ for wheels) represents only a very small percentage of the downloads across all versions. So I think it is safe to move with 2014. > P.S: I also wanted checked polars to see what they are doing, and it seems like they are also publishing wheels for `manylinux2014`. I'd say let's go for it (and let's also add arm wheels) -- 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]
