We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is it planned for pyarrow to support cython > 3? pyproject.toml of release 13.0.0 of pyarrow is:
[build-system] requires = [ "cython >= 0.29.31,<3", "oldest-supported-numpy>=0.14", "setuptools_scm", "setuptools >= 40.1.0", "wheel" ]
Python
The text was updated successfully, but these errors were encountered:
Support was added for 14.0.0 (which is currently in the release process) see #37097
Sorry, something went wrong.
No branches or pull requests
Describe the usage question you have. Please include as many useful details as possible.
Is it planned for pyarrow to support cython > 3? pyproject.toml of release 13.0.0 of pyarrow is:
Component(s)
Python
The text was updated successfully, but these errors were encountered: