silx
silx copied to clipboard
silx.gui: Added support of PyQt6
trafficstars
This PR adds support for PyQt6 >= 6.3 in that the tests should pass.
Tests fails with PyQt6 < 6.3.0 due to errors related to enum (so it would require more patches/specific handling).
Since the version of (Py)Qt packaged in debian/ubuntu is >= 6.3 (see https://packages.debian.org/bookworm/python3-pyqt6, https://packages.ubuntu.com/kinetic/python3-pyqt6), it sounds reasonable to me to not support lower versions.
related to #3432