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

build: use abi3 #66

Merged
merged 1 commit into from
Sep 9, 2024
Merged

build: use abi3 #66

merged 1 commit into from
Sep 9, 2024

Conversation

trim21
Copy link
Contributor

@trim21 trim21 commented Sep 9, 2024

this project doesn't use any non-stable API, so it's possible to build a abi3 wheel. https://docs.python.org/3/c-api/stable.html

With abi3, we dont' need to build wheel for all py38/39/310/311/312 , but abi3-py38 only, and it will work on all CPython >= py38.

Which means, if new CPython version is release, we do not need to build this wheel again for new CPython, abi3-py38 still works for new CPython.

Copy link
Owner

@aminalaee aminalaee left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the PR 👍

@aminalaee aminalaee merged commit f4bad3d into aminalaee:main Sep 9, 2024
19 checks passed
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.

2 participants