miurahr / py7zr

7zip in python3 with ZStandard, PPMd, LZMA2, LZMA1, Delta, BCJ, BZip2, and Deflate compressions, and AES encryption.
https://pypi.org/project/py7zr/
GNU Lesser General Public License v2.1
462 stars 74 forks source link

Python 3.7 is not supported in version 0.21.0 #594

Closed noneghost closed 2 months ago

noneghost commented 4 months ago

Describe the bug Since the version of the dependent pyppdm is limited to >1.1.0, 0.21.0 will not support Python 3.7

Related issue

To Reproduce

Expected behavior

Environment (please complete the following information):

Test data(please attach in the report):

Additional context

miurahr commented 3 months ago

Python 3.7 is ended in 27 Jun 2023

miurahr commented 2 months ago

v0.22.0 explicitly drop a support for python3.7.