jorisvandenbossche commented on issue #34933: URL: https://github.com/apache/arrow/issues/34933#issuecomment-1499240238
Yes, we can probably be more exact in the minimum version requirement for cython in our build requirements (for example, I know pandas regularly updates that and has "Cython>=0.29.33" in their pyproject.toml build-system.requires. We also have a check in setup.py to enforce a minimum version, which we should update as well (and keep in sync): https://github.com/apache/arrow/blob/84e54308f1399df094b785083e6faf52275d10e9/python/setup.py#L43-L44 -- 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]
