Skip to content

Request: Linux wheels for Python 3.10+ #303

@gab23r

Description

@gab23r

Summary

The Linux wheels on PyPI are currently only built for Python 3.8 (cp38-cp38), while macOS and Windows have cp310-abi3 wheels that support Python 3.10+.

Current wheels (v2.8.0)

Platform Python ABI
Linux x86_64 (manylinux2014) cp38-cp38
Linux aarch64 (manylinux2014) cp38-cp38
macOS x86_64 cp310-abi3
macOS arm64 cp310-abi3
Windows amd64 cp310-abi3

Problem

When installing on Linux with Python 3.10+, pip falls back to building from source, which requires Rust to be installed:

Building dataframely==2.8.0
× Failed to build dataframely==2.8.0
├─▶ The build backend returned an error
╰─▶ Call to maturin.build_wheel failed (exit status: 1)
    Rust not found, installing into a temporary directory

Request

Could you publish cp310-abi3 wheels for Linux (manylinux) as well? This would allow installation without requiring Rust on the target system.

Thank you!

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