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

Support abi3 wheels #32

Merged
merged 2 commits into from
Sep 17, 2024

Commits on Sep 16, 2024

  1. Support abi3 wheels

    abi3 is also known as the stable ABI https://docs.python.org/3/c-api/stable.html#stable-abi
    
    abi3 wheels are forwards compatible, meaning an abi3-py39 wheel will
    work with Python 3.9, 3.10, 3.11, 3.12, and so on.
    tomjakubowski committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    9834933 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. Update CHANGELOG.md

    ryanking13 authored Sep 17, 2024
    Configuration menu
    Copy the full SHA
    cd1ce65 View commit details
    Browse the repository at this point in the history