-
Notifications
You must be signed in to change notification settings - Fork 29
enable Py_LIMITED_API to strip down build matrix to one abi3 wheel per platform #264
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
Merged
Merged
Changes from 4 commits
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
2a39822
setup.cfg: zip for sdist is deprecated
anthrotype d518c96
Enable Python Limited API for stable ABI support
anthrotype 2649388
cibuildwheel: remove pp38- skip selector, no longer enabled
anthrotype 27fe3f8
drop python3.8, bump required python >= 3.9
anthrotype dab4367
set USE_PY_LIMITED_API=0 for pypy
anthrotype 9227f4b
Fix PyPy segfault by switching Face.get_name() to UTF-8
anthrotype de3931f
drop 3.9 which reaches EOL this month
anthrotype dd7c242
run abi3audit on the wheel to scan for abi3 violations
anthrotype 3beb8c6
only build universal2 wheel for macos, that's enough
anthrotype 15de0c4
Fix Windows abi3audit by adding explicit copy command
anthrotype 7689b27
build universal2 for cpython macos builds; keep arm64+x86_64 for pypy
anthrotype 2607f28
skip abi3audit on windows altogether
anthrotype 918bf33
try alternative approach to skip cpython builds for x86_64 and arm64 …
anthrotype 26c63e2
for the 3rd time, skip single-arch builds on cpython macosx
anthrotype File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| cython>=0.29.1 | ||
| cython>=3.1 | ||
|
|
||
| # we need wheel >= 0.31.0 to support Markdown long_description | ||
| wheel>=0.31 | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,2 @@ | ||
| [sdist] | ||
| formats = zip | ||
|
|
||
| [metadata] | ||
| license_file = LICENSE |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.