ANN: PyQt v6.11.0 Released

Marko Luther marko.luther at gmx.net
Mon Mar 30 17:16:23 BST 2026


Dear Phil,

thanks for this release and all your work you are putting into PyQt!

I just updated to this 6.11.0 from 6.10.x and mypy now complains now about

error: Argument 3 to "translate" of "QCoreApplication" has incompatible type "None"; expected "str"  [arg-type]

for

QApplication.translate('Category', 'term', None)

According to the Qt documentation this 3rd argument to the parameter "disambiguation" defaults to a nullptr.

If I remove that 3rd Argument None, mypy is happy again.

Is this intentional?

Best,
Marko, artisan team


> On 30. Mar 2026, at 11:44, Phil Thompson <phil at riverbankcomputing.com> wrote:
> 
> PyQt v6.11.0 and related packages have now been uploaded to PyPI. Support for Qt v6.11 has been added and support for Python v3.9 removed.
> 
> Phil

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://www.riverbankcomputing.com/pipermail/pyqt/attachments/20260330/57606a00/attachment.htm>


More information about the PyQt mailing list