leng-yue / py-scrcpy-client

An easy to use python scrcpy client
https://leng-yue.github.io/py-scrcpy-client/
MIT License
283 stars 71 forks source link

Upgrade python, av, pyyaml, pillow, and numpy #60

Closed aentwist closed 2 months ago

aentwist commented 2 months ago

Minimum (first commit): fix av, min python from 3.7 to 3.8

More (second commit): max python from 3.10 to 3.12

After all this nonsense, pytest passes and poetry build works (on WSL Debian and Windows). The local scrcpy-client also works for my project where the one on pypi failed. No further testing has been done. Note that this was my first time ever using poetry. I do not see a project python version. First commit tested on python 3.10.14. Second commit tested on python 3.12.3 (current). Please feel free to test further however you usually might.

Closes #59