destream-py / destream

A tool & Python 3 library to decompress anything
GNU General Public License v2.0
12 stars 1 forks source link

Drop support for Python 2.7, 3.4, 3.5 #19

Closed eumiro closed 3 years ago

eumiro commented 3 years ago

Drop mention of old Python versions from PyPI classifiers and README.md.

Drop Travis because GHA works.

Upgrade the code automatically using pyupgrade --py36-plus.

Convert formatted strings to f-strings (because we have 3.6 now!).

Closes #17