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

feat: add linux aarch64 wheel #2103

Closed
wants to merge 6 commits into from

Commits on Sep 20, 2022

  1. chore: update cibuildwheel

    This commit updates the build workflow to use the latest cibuildwheel as a GitHub Action.
    cibuildwheel configuration is now in its own file (as there's no `pyproject.toml` yet)
    
    Signed-off-by: mayeut <[email protected]>
    mayeut committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    26ea51e View commit details
    Browse the repository at this point in the history
  2. chore: use macos-12 runner for FreeBSD tests

    Signed-off-by: mayeut <[email protected]>
    mayeut committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    91e5262 View commit details
    Browse the repository at this point in the history
  3. chore: use macos-11 runners

    `macos-10.15` runner is deprecated.
    
    Signed-off-by: mayeut <[email protected]>
    mayeut committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    1d656a7 View commit details
    Browse the repository at this point in the history
  4. chore: skip test_weird_environ on macOS 11+

    Signed-off-by: mayeut <[email protected]>
    mayeut committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    581d2c7 View commit details
    Browse the repository at this point in the history
  5. feature: use ABI3 for cp36+

    Signed-off-by: mayeut <[email protected]>
    mayeut committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    097e654 View commit details
    Browse the repository at this point in the history
  6. feat: add linux aarch64 wheel

    Signed-off-by: mayeut <[email protected]>
    mayeut committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    0daf018 View commit details
    Browse the repository at this point in the history