Owen-CH-Leung commented on issue #14776: URL: https://github.com/apache/datafusion/issues/14776#issuecomment-2671141224
May I know if it is strictly necessary to stick with python 3.8 ? Can we just run this CI with python 3.9 ? https://github.com/apache/datafusion/blob/main/.github/workflows/rust.yml#L400-L402 FYI the `pyarrow` package is already requiring python>=3.9 so I think we should be using python3.9 to run the tests. See: https://github.com/apache/arrow/blob/main/python/pyproject.toml#L37 -- 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]
