Skip to content

Support in pyarrow for Cython > 3 #38527

@orliac

Description

@orliac

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions