Latest Qt/PyQt5/Sip version numbers?

Phil Thompson phil at riverbankcomputing.com
Thu Dec 5 09:58:58 GMT 2024


Qt is covered here...

https://www.riverbankcomputing.com/static/Docs/PyQt5/installation.html#understanding-the-correct-version-to-install

Any currently supported (by python.org) version of Python can be used.

Look in the pyproject.toml file in the PyQt5 sdist on PyPI for the SIP 
and PyQt-builder requirements.

On 05/12/2024 00:37, Patrick Stinson wrote:
> What I mean is the compatibility matrix for the latest versions. like
> what versions of Qt, python, and sip I can use with the latest pyqt5.
> 
>> On Dec 4, 2024, at 8:44 AM, Phil Thompson 
>> <phil at riverbankcomputing.com> wrote:
>> 
>> On 04/12/2024 17:01, Patrick Stinson wrote:
>>> Oh, and latest python version that fits into that support matrix.
>>>> On Dec 4, 2024, at 8:00 AM, Patrick Stinson <patrickkidd at gmail.com> 
>>>> wrote:
>>>> Hi there,
>>>> Remind me how to find the latest/last version of Qt, sip, PyQt5-qt, 
>>>> etc that we can use with PyQt5 with an open source project? I am 
>>>> deploying to macOS and windows, trying to upgrade my GitHub build 
>>>> system since they just sunsetted the macOS-12 runner.
>>>> I am just tasking here to avoid discovering it through trial and 
>>>> error which can eat up a lot of time.
>>>> Cheers,
>>>> -Patrick
>> 
>> Probably easiest to look at the relevant PyPI pages.
>> 
>> Phil


More information about the PyQt mailing list