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

feature: add support for py3-none-{platform} wheels #1151

Merged
merged 5 commits into from Jul 3, 2022

Commits on Jun 26, 2022

  1. feature: add support for py3-none-{platform} wheels

    This extends the mechanism introduced in pypa#1091 for `abi3` wheels.
    Most of the mentions to `abi3` have been removed and replaced by a more generic `compatible_wheel`.
    This allows to build a wheel `foo-0.1-py3-none-win_amd64.whl` only once and still test with every configured python.
    mayeut committed Jun 26, 2022
    Configuration menu
    Copy the full SHA
    0696c94 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2022

  1. Configuration menu
    Copy the full SHA
    45665b4 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2022

  1. Configuration menu
    Copy the full SHA
    287090c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4d0286a View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2022

  1. Configuration menu
    Copy the full SHA
    24e0807 View commit details
    Browse the repository at this point in the history