Uh oh!
There was an error while loading. Please reload this page.
GH-47370: [Python] Require Cython 3.1 - #47396
Conversation
thisisnic
commented
Aug 21, 2025
@github-actions crossbow submit -g python |
Revision: bdded002dc1c13c2939f46b12f59cd5f30ce86cd Submitted crossbow builds: ursacomputing/crossbow @ actions-0f0c2ad351 |
raulcd
commented
Aug 27, 2025
The macOS failures have been fixed on main, could you rebase to validate CI? |
bdded00 to
015ad12Compareraulcd
commented
Sep 1, 2025
pitrou
commented
Sep 1, 2025
As a followup task, perhaps look for places in the codebase where we can simplify things? |
WillAyd
commented
Sep 1, 2025
Thanks! |
thisisnic
commented
Sep 1, 2025
Sounds good, is there any particular kind of thing we want to simplify? |
pitrou
commented
Sep 1, 2025
You'll find at least some ideas in the original issue ;) |
AlenkaF
commented
Sep 2, 2025
Thank you @thisisnic! |
After merging your PR, Conbench analyzed the 4 benchmarking runs that have been run so far on merge-commit 940592b. There weren't enough matching historic benchmark results to make a call on whether there were regressions. The full Conbench report has more details. |
### Rationale for this change Upgrading Cython to version 3.1 ### What changes are included in this PR? Replace all mentions of earlier versions with 3.1 ### Are these changes tested? Nah but I'll run CI ### Are there any user-facing changes? Only if they're using Cython < 3.1 * GitHub Issue: apache#47370 Authored-by: Nic Crane <thisisnic@gmail.com> Signed-off-by: AlenkaF <frim.alenka@gmail.com>
Rationale for this change
Upgrading Cython to version 3.1
What changes are included in this PR?
Replace all mentions of earlier versions with 3.1
Are these changes tested?
Nah but I'll run CI
Are there any user-facing changes?
Only if they're using Cython < 3.1