-
Notifications
You must be signed in to change notification settings - Fork 567
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improved building for Python stable ABI / limited API.
setup.py: Renamed PYMUPDF_SETUP_Py_LIMITED_API to all-caps PYMUPDF_SETUP_PY_LIMITED_API; accept only '0 or '1' instead of an actual value; pass True (not '0x03080000') to pipcl if '1'. Use pipcl.current_py_limited_api() to get Py_LIMITED_API value suitable for current Python version. .github/workflows/build_wheels.yml: Use PYMUPDF_SETUP_PY_LIMITED_API. scripts/gh_release.py Use PYMUPDF_SETUP_PY_LIMITED_API.
- Loading branch information
1 parent
bce515c
commit 7a286f7
Showing
3 changed files
with
34 additions
and
40 deletions.
There are no files selected for viewing
This file contains 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 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 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