You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…ve macOS 12 pyarrow wheels (#44315)
### Rationale for this change
We did just bump MACOSX_DEPLOYMENT_TARGET from 10 to 12 for pyarrow wheels on 18.0.0, we probably should wait a little before dropping.
### What changes are included in this PR?
Revert moving macOS deployment target to 12
### Are these changes tested?
Will trigger wheel jobs on archery
### Are there any user-facing changes?
Yes, wheels will be available for macOS 12.
* GitHub Issue: #44314
Authored-by: Raúl Cumplido <raulcumplido@gmail.com>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>
…ve macOS 12 pyarrow wheels (#44315)
### Rationale for this change
We did just bump MACOSX_DEPLOYMENT_TARGET from 10 to 12 for pyarrow wheels on 18.0.0, we probably should wait a little before dropping.
### What changes are included in this PR?
Revert moving macOS deployment target to 12
### Are these changes tested?
Will trigger wheel jobs on archery
### Are there any user-facing changes?
Yes, wheels will be available for macOS 12.
* GitHub Issue: #44314
Authored-by: Raúl Cumplido <raulcumplido@gmail.com>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>
Describe the enhancement requested
We did dropped support for macOS 12 on:
For pyarrow wheels we just bumped the macosx deployment target from 10 to 12 for 18.0.0:
import pyarrow
on MacOS 11.6 after pip update to pyarrow version 16.1.0 #41696We probably should still use the macOS deployment target 12 at least for a release.
Component(s)
Packaging, Python
The text was updated successfully, but these errors were encountered: