ANN: PyQt6 v6.10.0 Released
Greg Couch
gregc at cgl.ucsf.edu
Tue Oct 28 18:32:02 GMT 2025
According to https://doc.qt.io/qt-6/supported-platforms.html, Red Hat
8.10 with glibc 2.28 is still supported. So I would have expected that
the PyQt6-Qt6 binaries would be manylinux_2_28. But I see that the
binaries from the Qt online installer require glibc 2.34. That's a
bummer since RHEL 8 isn't EOL until June 2029. It's not all bad, it
looks like Qt 6.10 requires a 4.11 kernel or newer, and Red Hat 8.10
comes with the 4.18 kernel. So while PyQt6 can't run natively, it could
run in a container. (Use 'readelf -n libQt6core.so.6' to see the
minimum kernel needed.)
HTH, Greg
More information about the PyQt
mailing list