Open jopohl opened 1 year ago
@andynoack wdyt? Would appreciate if you could test this branch since a bunch of changes were necessary. The CI passes and I tested manually but from experience your eyes still catch bugs. ;) Please note the Cython extensions need to be rebuilt.
Works fine for me! I am not sure whether we should push it to master yet if it drops Win32 support. Can we make a win32 survey or something like that?
I have similar concerns. Previous version was downloaded over 1k times for Windows 32 bit
Not sure, however, how many of those 32 bit downloads are accidental.
There is also QtPy which acts as an abstraction layer and allows end-users to choose themselves between PyQt5 / PyQt6 / PySide2 and Pyside6.
This PR migrates URH to PyQt6 and adds support for recent Python versions. This PR drops support for 32-bit Windows since PyQt6 wheels are not available for this platform.