[PyQt] Minimum requirements?

Kyle Altendorf sda at fstab.net
Tue Oct 9 18:48:01 BST 2018


On 2018-10-09 13:35, Daniel. wrote:

> What I'm doing is to test it with the minimum requirement for Windows 
> XP since I have a requirement of supporting Windows XP

Note that that leaves you running Python 3.4.

https://docs.python.org/3/using/windows.html#supported-versions

Apparently 3.4 is still supported but the plan is that the final release 
will be in March 2019.

https://www.python.org/dev/peps/pep-0429/#release-schedule

Also, the PyQt5 wheels anyways are 3.5+ as I recall.

Cheers,
-kyle


More information about the PyQt mailing list