Skip to content

Use backports.zstd instead of zstandard - #3662

Closed
cclauss wants to merge 1 commit into
encode:masterfrom
cclauss:backports.zstd
Closed

Use backports.zstd instead of zstandard#3662
cclauss wants to merge 1 commit into
encode:masterfrom
cclauss:backports.zstd

Conversation

@cclauss

@cclausscclauss commented Sep 8, 2025

Copy link
Copy Markdown
Contributor

Summary

Suggested using https://pypi.org/project/backports.zstd instead of https://pypi.org/project/zstandard to be more aligned with the zstandard capabilities being added to the Python 3.14 standard library.

Checklist

  • I understand that this PR may be closed in case there was no previous discussion. (This doesn't apply to typos!)
  • I've added a test for each change that was introduced, and I tried as much as possible to make a single atomic change.
  • I've updated the documentation accordingly.

@cclauss
cclaussforce-pushed the backports.zstd branch 5 times, most recently from 206390a to 6c51b94CompareSeptember 8, 2025 13:22
@cclausscclauss closed this Sep 8, 2025
@cclauss
cclauss deleted the backports.zstd branch September 8, 2025 13:32
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@cclauss