Skip to content
New issue

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

Support in pyarrow for Cython > 3 #38527

Closed
orliac opened this issue Oct 31, 2023 · 1 comment
Closed

Support in pyarrow for Cython > 3 #38527

orliac opened this issue Oct 31, 2023 · 1 comment
Labels
Component: Python Type: usage Issue is a user question

Comments

@orliac
Copy link

orliac commented Oct 31, 2023

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:

[build-system]
requires = [
    "cython >= 0.29.31,<3",
    "oldest-supported-numpy>=0.14",
    "setuptools_scm",
    "setuptools >= 40.1.0",
    "wheel"
]

Component(s)

Python

@orliac orliac added the Type: usage Issue is a user question label Oct 31, 2023
@assignUser
Copy link
Member

Support was added for 14.0.0 (which is currently in the release process) see #37097

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component: Python Type: usage Issue is a user question
Projects
None yet
Development

No branches or pull requests

2 participants