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] Revert macOS deployment target to 12 for pyarrow #44314

Closed
raulcd opened this issue Oct 7, 2024 · 1 comment
Closed

[Python][Packaging] Revert macOS deployment target to 12 for pyarrow #44314

raulcd opened this issue Oct 7, 2024 · 1 comment

Comments

@raulcd
Copy link
Member

raulcd commented Oct 7, 2024

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:

We probably should still use the macOS deployment target 12 at least for a release.

Component(s)

Packaging, Python

raulcd added a commit to raulcd/arrow that referenced this issue Oct 7, 2024
@raulcd raulcd added this to the 18.0.0 milestone Oct 9, 2024
kou pushed a commit that referenced this issue Oct 11, 2024
…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>
@kou
Copy link
Member

kou commented Oct 11, 2024

Issue resolved by pull request 44315
#44315

@kou kou closed this as completed Oct 11, 2024
raulcd added a commit that referenced this issue Oct 11, 2024
…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>
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