Skip to content
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

[Python] Raise minimum supported cython to >=3 #45237

Closed
raulcd opened this issue Jan 13, 2025 · 1 comment
Closed

[Python] Raise minimum supported cython to >=3 #45237

raulcd opened this issue Jan 13, 2025 · 1 comment

Comments

@raulcd
Copy link
Member

raulcd commented Jan 13, 2025

Describe the enhancement requested

There has been some issues which fail with Cython2:

As discussed on those issues we don't necessarily have to support cython 2 anymore.

Component(s)

Python

raulcd added a commit to raulcd/arrow that referenced this issue Jan 13, 2025
raulcd added a commit that referenced this issue Jan 17, 2025
### Rationale for this change

We do not require to support Cython 2 anymore.

### What changes are included in this PR?

Bump required version of Cython

### Are these changes tested?

Via CI

### Are there any user-facing changes?

Yes, pyarrow cannot be compiled with Cython2 anymore.
* GitHub Issue: #45237

Authored-by: Raúl Cumplido <[email protected]>
Signed-off-by: Raúl Cumplido <[email protected]>
@raulcd raulcd added this to the 20.0.0 milestone Jan 17, 2025
@raulcd
Copy link
Member Author

raulcd commented Jan 17, 2025

Issue resolved by pull request 45238
#45238

@raulcd raulcd closed this as completed Jan 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant