Rogdham / pyzstd

Python bindings to Zstandard (zstd) compression library, the API style is similar to Python's bz2/lzma/zlib modules.
https://pyzstd.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
11 stars 3 forks source link

Deprecate support for Python version <3.8 #3

Closed Rogdham closed 1 month ago

Rogdham commented 2 months ago

Python 3.8 is the older Python version still maintained: https://devguide.python.org/versions/#supported-versions, while:

This PR deprecates support for Python 3.5 to 3.7 included, and stops building wheels for them. It will still possible to pip install on these versions but it will install via the source distribution (that needs the toolchain to compile the module).

In future versions we will drop support for Python <3.8 entirely.