Skip to content

aiocsv: add build-aiocsv.yml for riscv64 wheels - #1387

Merged
luhenry merged 2 commits into
mainfrom
aiocsv
Sep 7, 2026
Merged

aiocsv: add build-aiocsv.yml for riscv64 wheels#1387
luhenry merged 2 commits into
mainfrom
aiocsv

Conversation

@luhenry

@luhenry luhenry commented Sep 7, 2026

Copy link
Copy Markdown
Member

Compiles the aiocsv._parser CPython extension (a hand-written C module bundled in the sdist, no Cython step needed). Upstream publishes no riscv64 wheel.

Mirrors upstream's deploy.yml, built from the checkout the same way, and wires in the test suite from upstream's separate test.yml since deploy.yml itself doesn't test wheels.

Differs from upstream

  • Builds musllinux_riscv64 alongside manylinux - only runtime/test dep is typing_extensions/aiofiles/pytest, all pure-Python, no numpy-shaped blocker (gotcha 221).

Testing

  • Runs upstream's pytest suite (aiofiles, pytest, pytest-asyncio) against the built wheel.

License: OK

Built on cp312; 61 passed, 0 skipped.

luhenry added a commit that referenced this pull request Sep 7, 2026
@luhenry
luhenry merged commit c6fdcd9 into main Sep 7, 2026
14 checks passed
@luhenry
luhenry deleted the aiocsv branch September 7, 2026 16:07
@luhenry luhenry linked an issue Sep 7, 2026 that may be closed by this pull request
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.

aiocsv riscv64 support

1 participant