MarshalX / yandex2spotify

Simple Python script that allow to import music from Yandex.Music to Spotify
https://yandex-music.rtfd.io
MIT License
223 stars 24 forks source link

Python version constraint #35

Closed denblackstache closed 1 year ago

denblackstache commented 1 year ago

Hi. Pretty much a flawless 1st-time experience. Thank you for the tool!

It would be useful to add a Python interpreter version constraint. The Pillow lib used in the project is not compatible with the latest Python 3.10 and 3.11.

I did an investigation and figured out Pillow 8.1.1 is compatible with Python >=3.6, <= 3.9. See https://pillow.readthedocs.io/en/latest/installation.html#python-support

Cheers

MarshalX commented 1 year ago

Hi! Could you make a pull request, please? Maybe it will be enough to update versions of deps in req.txt