-
-
Notifications
You must be signed in to change notification settings - Fork 11.9k
BLD: Try building python3.11 wheels. #22102
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
Conversation
|
The cp311 wheel builds failed with
I think everyone will need a new cibuildwheel that support 311. See pypa/cibuildwheel#1221 |
Looks like it. Might be a couple of weeks. |
|
close/reopen |
|
@charris maybe try bumping cibuildwheel to 2.9.0? Looks like py 3.11 should be supported since that release. |
98d2fd0 to
f7ea43f
Compare
Thanks, let's give that a shot. |
|
Looks good. I'm going to put this in. |
|
@mattip @matthew-brett Multibuild for aarch64 is not supporting Python 3.11, do we need to update something? |
Backport of numpy#22102.
|
@lithomas1 How does cibuildwheel get run on travis? I don't see it anywhere and it isn't uploading the python 3.11 wheel for aarch64. |
Makes the `lintrunner init` command work with python 3.11 The old version of numpy would fail to install on python 3.11, where setup would fail to build wheels with the error `AttributeError: fcompiler. Did you mean: 'compiler'?` The latest version of numpy installs just fine however, so switching to that. More details in numpy/numpy#22102 Pull Request resolved: #102889 Approved by: https://github.com/kit1980
Try simplest approach to building Python3.11 wheels. This will probably fail on windows and macosx.