aleaxit / gmpy

General Multi-Precision arithmetic for Python 2.6+/3+ (GMP, MPIR, MPFR, MPC)
https://gmpy2.readthedocs.io/en/latest/
GNU Lesser General Public License v3.0
516 stars 87 forks source link

Use macos-14 to build and test arm64 wheels #470

Closed skirpichev closed 6 months ago

skirpichev commented 7 months ago

also:

codecov-commenter commented 7 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 85.55%. Comparing base (eb8dfcb) to head (df7277d).

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #470 +/- ## ======================================= Coverage 85.55% 85.55% ======================================= Files 49 49 Lines 11678 11678 Branches 2209 2209 ======================================= Hits 9991 9991 Misses 1687 1687 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

skirpichev commented 7 months ago

@bebound, I would appreciate your review. This time, wheels are tested in the CI (not for 3.8, unfortunately), yet maybe I miss something.

bebound commented 7 months ago

gmpy2-2.2.0a2-cp310-cp310-macosx_11_0_arm64.whl built in the second commit works on my machine.

skirpichev commented 7 months ago

gmpy2-2.2.0a2-cp310-cp310-macosx_11_0_arm64.whl built in the second commit works on my machine.

@bebound, thank you! Then, I believe, we could merge this. The MacOS arm64 wheels are tested now in our CI.

casevh commented 6 months ago

Merged. Thanks for all the assistance.