Commits


Joris Van den Bossche authored and GitHub committed de8df23a8cd
GH-36744: [Python][Packaging] Add upper pin for cython<3 to pyarrow build dependencies (#36743) ### Rationale for this change Although we already fixed some cython 3 build issues (https://github.com/apache/arrow/pull/34726), some new have been introduced, which we are seeing now cython 3 is released (https://github.com/apache/arrow/issues/36730) Adding an upper pin (<3) for the release, so we have more time (the full 14.0 release cycle) to iron out issues. * Closes: #36744 Authored-by: Joris Van den Bossche <jorisvandenbossche@gmail.com> Signed-off-by: Antoine Pitrou <antoine@python.org>