This release adds support for PySide6, meaning your existing software written with Qt.py will now (mostly) work transparently across these bindings:
- PyQt4
- PyQt5
- PySide
- PySide2
- PySide6
Because PySide6 removes and changes a handful of members from PySide2, there may be cases that need manual intervention. See the PySide6 Transition Guide for details, and help discover and patch these up by submitting a pull-request of what you encounter.
See Also