cdgriffith / puremagic

Pure python implementation of identifying files based off their magic numbers
MIT License
161 stars 34 forks source link

Remove unsupported Python stuff #31

Closed Safihre closed 2 years ago

Safihre commented 3 years ago

Since puremagic only supports Python 3.5 and up, I think you can remove: https://github.com/cdgriffith/puremagic/blob/master/setup.py#L25

And: https://github.com/cdgriffith/puremagic/blob/master/setup.py#L35

cdgriffith commented 2 years ago

Thanks for heads up, removed