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

Update pyproject to support installing on M1 machines #558

Merged

Conversation

IamTheFij
Copy link
Contributor

The format is a bit different for macOS arm64 from the others in that
it's the only one specifying an arch. As a result, any x86_64 archs are
mapped to an empty string and the arm64 one has a prefixed - to
separate it from the system.

The format is a bit different for macOS arm64 from the others in that
it's the only one specifying an arch. As a result, any x86_64 archs are
mapped to an empty string and the arm64 one has a prefixed `-` to
separate it from the system.
@IamTheFij IamTheFij changed the title Update pyporject to support installing on M1 machines Update pyproject to support installing on M1 machines Aug 31, 2022
@codecov
Copy link

codecov bot commented Aug 31, 2022

Codecov Report

Merging #558 (2c87375) into main (52a51ce) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #558   +/-   ##
=======================================
  Coverage   97.80%   97.80%           
=======================================
  Files          14       14           
  Lines        5431     5431           
=======================================
  Hits         5312     5312           
  Misses        119      119           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@JohnnyMorganz JohnnyMorganz merged commit f5243a1 into JohnnyMorganz:main Aug 31, 2022
@JohnnyMorganz
Copy link
Owner

Thanks!

JohnnyMorganz added a commit that referenced this pull request Sep 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants