Skip to content

Add Linux ARM64 (aarch64) wheel to PyPI releases #108

@am1ru1

Description

@am1ru1

Currently libsql only publishes wheels for:

macosx_10_12_x86_64
macosx_11_0_arm64
manylinux_2_17_x86_64
win_amd64
https://pypi.org/project/libsql/#files

There is no manylinux_2_17_aarch64 wheel, which means Linux ARM64 servers (e.g. AWS Graviton, Oracle ARM, Raspberry Pi) must compile from source. This fails in minimal Docker environments (python:slim) because it requires Rust/Cargo and a C compiler.

Expected: A prebuilt libsql-*-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl published to PyPI alongside each release.

Please add ARM64 Linux to the CI release matrix. Other Rust-based Python packages like polars and pyarrow already publish aarch64 wheels successfully.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions