michalc / stream-inflate

Uncompress Deflate and Deflate64 streams in pure Python (albeit compiled with Cython)
MIT License
9 stars 2 forks source link

feat: drop support for Python earlier than 3.6.7, or 3.7.1 #4

Closed michalc closed 5 months ago

michalc commented 5 months ago

This is done because these versions are not available using GitHub action's setup-python action, and so these versions just don't get tested. Given these Python versions' ages, suspect it's not worth to test them, and opting to be honest about the versions of Python that are supported.

(This also includes tests for later versions of Python while at it)