You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
https://pypi.org/project/backports.zstd/ looks to be an official backport of compression.zstd to earlier Python versions.
We should probably switch from pyzstd to use the same lib everywhere, but we cannot switch as-is because it looks like PyPy3 is not supported yet (see roadmap).
I created a PR #63 to test things.