-
Notifications
You must be signed in to change notification settings - Fork 74
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
silx.gui
, silx view: Updated default Qt binding to Pyside6
; CI: Updated config
#4170
base: main
Are you sure you want to change the base?
Conversation
CI seg fault with PySide (see PR #4169 for a fix) |
1fe1474
to
9c6793a
Compare
The release workflow is updated to work with PySide6 as the default Qt binding. Indeed:
So with this PR, wheels available on pypi will be It also adds |
6bc6bf7
to
15b05bb
Compare
15b05bb
to
f859ef1
Compare
silx.gui
, silx view: Updated default Qt binding to Pyside6
silx.gui
, silx view: Updated default Qt binding to Pyside6
; CI: Updated config
In order to avoid copy/paste between CI and release workflows, this PR adds a |
Checklist:
<Module or Topic>: <Action> <Summary>
(see contributing guidelines)This PR proposes to change the Qt binding priority list to use PySide6 as the default binding.
It also uses
PySide6
to generate the Windows executable.This is worth a major version bump for the next release IMO.
TODO:
manylinux_2_28
related to #4135, closes #4168