raulcd commented on PR #39641:
URL: https://github.com/apache/arrow/pull/39641#issuecomment-1895470341

   it seems the wheel platform tag has changed and we should apply this to the 
verification script on macOS:
   ```
   diff --git a/dev/release/verify-release-candidate.sh 
b/dev/release/verify-release-candidate.sh
   index c5e27d0..90f071c 100755
   --- a/dev/release/verify-release-candidate.sh
   +++ b/dev/release/verify-release-candidate.sh
   @@ -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
   ```
   I don't think this requires a new RC.
   CC @kou 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to