Conversation
Adds a maturin/PyO3 build for pyqwest, a reqwest-based HTTP client. Mirrors upstream's own release job: an abi3-py310 build reused across cp310-cp314, plus a separate cp314t free-threaded build, both with the Rust toolchain installed in-container. Testing drops upstream's pyvoy-based local server (pyvoy bundles Envoy and has no riscv64 wheel) and runs the pyvoy-independent subset of the suite instead: request/response/multipart construction, protocol-error framing over a raw socket, TLS option validation, and the sync timeout context manager.
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.
pyqwest0.10.0Compiles a PyO3/maturin extension wrapping Rust's
reqwestHTTP client, including HTTP/3 viaquinn/h3. Upstream publishes no riscv64 wheel.Mirrors upstream's
release.yamllinuxjob.Differs from upstream
CIBW_BEFORE_ALL_LINUX- upstream provisions it throughmaturin-actioninstead.Matrix:
cp310-abi3(built on cp310, the floorpyo3/abi3-py310claims, reused through cp314) +cp314t- same tags upstream publishes.Testing
License: OK
Built on cp312 (native locally, plus a riscv64gc-unknown-linux-gnu cross-check); 140 passed.