timezonefinder: add build-timezonefinder.yml for riscv64 wheels - #911
Merged
Conversation
Builds the CFFI point-in-polygon extension as a single cp311-abi3 wheel, mirroring upstream's own single-interpreter abi3 build. h3 and numpy have no riscv64 wheel for cp311 on the registry yet, so the cp311 build is untested and cibuildwheel's find_compatible_wheel retests the same wheel on cp312-cp314.
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
timezonefinder8.3.0Compiles a small CFFI point-in-polygon extension; the timezone boundary data ships separately as the pure-Python
timezonefinder-datawheel. Upstream publishes no riscv64 wheel.Mirrors the
make-wheelsjob of upstream'sbuild.yml.Differs from upstream
uvx abi3auditrepair step - cibuildwheel's default audit-command already abi3audits abi3 wheelsMatrix: cp311-abi3 only, matching upstream's abi3 floor; built but untested on cp311 (registry gap), reused and tested on cp312-cp314
Testing
timezone_at()result andclang_extension_loadedLicense: OK
Built and tested locally on cp312 (macOS); both assertions passed against the real compiled extension.