skelsec / aardwolfgui

Asynchronous RDP/VNC client for Python (GUI)
MIT License
62 stars 10 forks source link

Update to PyQt6 #4

Open honglei opened 1 week ago

honglei commented 1 week ago

https://pillow.readthedocs.io/en/stable/releasenotes/9.2.0.html :

Qt 5 reached end-of-life on 2020-12-08 for open-source users (and will reach EOL on 2023-12-08 for commercial licence holders).Support for PyQt5 and PySide2 has been deprecated from ImageQt and will be removed in Pillow 10 (2023-07-01). Upgrade to PyQt6 or PySide6 instead.

https://pillow.readthedocs.io/en/stable/installation/python-support.html : Python3.12 need Pillow >= 10.1

skelsec commented 1 week ago

Merged your PR and released a new version.
Thank you for your contribution!