-
Notifications
You must be signed in to change notification settings - Fork 4k
GH-37742: [Python] Enable Cython 3 #37743
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
GH-37742: [Python] Enable Cython 3 #37743
Conversation
|
|
|
TODO: Merge after #37097 lands and Cython 3.0.3 is released. |
34373da to
834e022
Compare
|
@github-actions crossbow submit -g python |
|
Revision: 834e022539cfb5c57fc00579888b44d2c349bc87 Submitted crossbow builds: ursacomputing/crossbow @ actions-234a830b9b |
834e022 to
a7c7946
Compare
|
@github-actions crossbow submit -g python |
|
Revision: a7c79460892ebfb1700e70f415f9a27002d2c6e1 Submitted crossbow builds: ursacomputing/crossbow @ actions-8f0b65f6be |
a7c7946 to
3d1a44f
Compare
|
Cython 3.0.3 is released! 🎉 |
|
@github-actions crossbow submit -g python |
|
Revision: 3d1a44f Submitted crossbow builds: ursacomputing/crossbow @ actions-354e90dcf7 |
|
CI failure for |
|
CI failure for |
|
Great! Let's get this in then |
|
After merging your PR, Conbench analyzed the 6 benchmarking runs that have been run so far on merge-commit 41359dc. There were no benchmark performance regressions. 🎉 The full Conbench report has more details. It also includes information about 6 possible false positives for unstable benchmarks that are known to sometimes produce them. |
### Rationale for this change Enable Cython 3. ### What changes are included in this PR? * Unpin Cython version in builds. ### Are these changes tested? Yes. ### Are there any user-facing changes? Yes, pyarrow will build with cython 3 by default. * Closes: apache#37742 Authored-by: Dane Pitkin <[email protected]> Signed-off-by: Joris Van den Bossche <[email protected]>
### Rationale for this change Enable Cython 3. ### What changes are included in this PR? * Unpin Cython version in builds. ### Are these changes tested? Yes. ### Are there any user-facing changes? Yes, pyarrow will build with cython 3 by default. * Closes: apache#37742 Authored-by: Dane Pitkin <[email protected]> Signed-off-by: Joris Van den Bossche <[email protected]>
Rationale for this change
Enable Cython 3.
What changes are included in this PR?
Are these changes tested?
Yes.
Are there any user-facing changes?
Yes, pyarrow will build with cython 3 by default.