OpenCue
OpenCue copied to clipboard
Add support for PySide6
Link the Issue(s) this Pull Request is related to. Fixes https://github.com/AcademySoftwareFoundation/OpenCue/issues/1348
Summarize your change.
S
Added support for PySide6. Updated submitter to use qtpy
instead of PySide2 directly.
PySide2 is still used for python below 3.11 (in line with VFX platform)
PySide6 enables the usage of Python 3.11+
Have tested the changes with python 3.12 on Ubuntu 24.04.