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][Packaging] 3.11 wheels #32748

Closed
asfimport opened this issue Aug 22, 2022 · 10 comments
Closed

[Python][Packaging] 3.11 wheels #32748

asfimport opened this issue Aug 22, 2022 · 10 comments

Comments

@asfimport
Copy link
Collaborator

asfimport commented Aug 22, 2022

Hi.

Could you please provide wheels with Python 3.11 support?
Python 3.11.0-rc1 was released: https://www.python.org/downloads/release/python-3110rc1/., and from this release onward, there won't be any ABI changes.

There will be no ABI changes from this point forward in the 3.11 series and the goal is that there will be as few code changes as possible.

So, I think it should be safe to release wheel.

Thank you.

Reporter: Saugat Pachhai
Assignee: Raúl Cumplido / @raulcd

Related issues:

PRs and other links:

Note: This issue was originally created as ARROW-17487. Please see the migration documentation for further details.

@asfimport
Copy link
Collaborator Author

Antoine Pitrou / @pitrou:
At the minimum this will need compatible Numpy and Cython versions. Do these exist already?

@asfimport
Copy link
Collaborator Author

Saugat Pachhai:
@pitrou, yes, Numpy v1.23.2 provides wheels for 3.11. Cython should be compatible with 3.11 AFAIK, there are wheels for 3.11 for Cython.

https://github.com/numpy/numpy/releases/tag/v1.23.2
https://github.com/cython/cython/releases/tag/0.29.32

@asfimport
Copy link
Collaborator Author

Antoine Pitrou / @pitrou:
cc @raulcd

@asfimport
Copy link
Collaborator Author

Raúl Cumplido / @raulcd:
The official release of 3.11 is planned for the 3rd of October . I took a quick a look but it seems that for some of our CI jobs we require the official release to be available, I'll investigate a little further to see if we can start adding CI jobs to test pyarrow for 3.11.

@asfimport
Copy link
Collaborator Author

Raúl Cumplido / @raulcd:
This is the upstream python feedstock PR to add the Python 3.11 rc1 to conda-forge: conda-forge/python-feedstock#577 once this is merged we can start creating jobs to prepare wheels for 3.11

@asfimport
Copy link
Collaborator Author

Raúl Cumplido / @raulcd:
The Python feedstocks have been updated with Python 3.11 now. cffi hasn't published wheels for 3.11 yet.

@asfimport
Copy link
Collaborator Author

Kostya Leschenko:
@raulcd latest cffi version already has the 3.11 wheels available https://pypi.org/project/cffi/1.15.1/#files

@asfimport
Copy link
Collaborator Author

Raúl Cumplido / @raulcd:
Thanks [~kleschenko] , it seems so, I got confused by this issue: https://foss.heptapod.net/pypy/cffi/-/issues/548 and the conda feedstocks not being available yet either: https://github.com/conda-forge/cffi-feedstock

@asfimport
Copy link
Collaborator Author

Antoine Pitrou / @pitrou:
cffi is just an optional runtime dependency.

@asfimport
Copy link
Collaborator Author

Kouhei Sutou / @kou:
Issue resolved by pull request 14499
#14499

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

2 participants