-
Notifications
You must be signed in to change notification settings - Fork 881
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Migrate to PyQt6 #1072
base: master
Are you sure you want to change the base?
Migrate to PyQt6 #1072
Conversation
@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 reverts commit 5f2ba96.
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.