Skip to content

Support AWS Lambda zstd compression for python<3.14 #203

Description

@aelci

Zstd compression feature is a must-have for many AWS Lambda use-cases, but it is supported only for py>=3.14. Not all users can easily switch python versions.

Could we enable this feature for python <= 3.13? This could be achieved trivially with an optional [zstd] dependency to use backports.zstd, e.g.

[project.optional-dependencies]
...
zstd = [ "backports.zstd ; python_version < '3.14'" ]

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