Skip to content

Commit

Permalink
apacheGH-39656: [Release] Update platform tags for macOS wheels to ma…
Browse files Browse the repository at this point in the history
…cosx_10_15 (apache#39657)

### Rationale for this change

Currently the binary verification for releases fails due to wrong macOS platform version.

### What changes are included in this PR?

Update to the current generated platform tag.

### Are these changes tested?

No, but I've validated this is the corrected generated platform tag for the wheels on the Release Candidate: https://apache.jfrog.io/ui/native/arrow/python-rc/15.0.0-rc1/

### Are there any user-facing changes?

Not because of this change but there was a minimum version of macOS as part of the PR that caused this issue.
* Closes: apache#39656

Authored-by: Raúl Cumplido <[email protected]>
Signed-off-by: Sutou Kouhei <[email protected]>
  • Loading branch information
raulcd authored and thisisnic committed Mar 8, 2024
1 parent fed2ceb commit c48bfa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/release/verify-release-candidate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1136,7 +1136,7 @@ test_macos_wheels() {
local check_flight=OFF
else
local python_versions="3.8 3.9 3.10 3.11 3.12"
local platform_tags="macosx_10_14_x86_64"
local platform_tags="macosx_10_15_x86_64"
fi

# verify arch-native wheels inside an arch-native conda environment
Expand Down

0 comments on commit c48bfa9

Please sign in to comment.