Sourced from backports-zstd's changelog.
1.3.0 - 2025-12-29
:rocket: Added
- Update type hints with typeshed
bbddfee:bug: Fixes
- Fix conflict on
__init__.pyfile onbackportsroot module by transformingbackports.zstdinto an implicit namespace package (see PEP-420)- Raise an exception at both build and runtime when using an unsupported Python version, instead of crashing with a segmentation fault at runtime (in the rare cases where
backports.zstdwas installed despite therequires-pythonmarker)