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

Chore/more wheel fixes #598

Merged
merged 3 commits into from
Mar 7, 2024
Merged

Chore/more wheel fixes #598

merged 3 commits into from
Mar 7, 2024

Commits on Mar 6, 2024

  1. chore(ci): pin os to older versions

    To ensure that the wheels generated are compatible with as many devices
    as possible, I am pinning the operating systems of the runners to the
    oldest version currently supported.
    
    Signed-off-by: JP-Ellis <[email protected]>
    JP-Ellis committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    325f731 View commit details
    Browse the repository at this point in the history
  2. chore(ci): set osx deployment target

    To avoid ambiguity, setting the macOS deployment target explicitly.
    
    Signed-off-by: JP-Ellis <[email protected]>
    JP-Ellis committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    5085931 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

  1. chore(ci): replace hatch clean with rm

    Install hatch on the PyPy images seems unnecessarily difficult, just to run
    a few `rm` commands. So I am replacing the before-build step with the
    required `rm` commands.
    
    Signed-off-by: JP-Ellis <[email protected]>
    JP-Ellis committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    228dfa7 View commit details
    Browse the repository at this point in the history