### 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