silx icon indicating copy to clipboard operation
silx copied to clipboard

silx.gui: Added support of PyQt6

Open t20100 opened this issue 3 years ago • 0 comments
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

t20100 avatar Sep 02 '22 15:09 t20100