Skip to content
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

PR: Initial fixes to make Spyder work with Qt 6 #21572

Merged
merged 6 commits into from
Dec 1, 2023

Conversation

ccordoba12
Copy link
Member

@ccordoba12 ccordoba12 commented Dec 1, 2023

Description of Changes

  • Spyder shows up with PyQt6, PySide6 is broken (once again, MRO issues when using super())
  • Test suite mostly passes with PyQt6, PySide6 not tried yet
  • The changes are backward compatible with Qt 5
  • Increase minimal required version of Qtpy version to >=2.4.0 because it has better compatibility with Qt6.

Issue(s) Resolved

Supersedes PR #21227.

Affirmation

By submitting this Pull Request or typing my (user)name below,
I affirm the Developer Certificate of Origin
with respect to all commits and content included in this PR,
and understand I am releasing the same under Spyder's MIT (Expat) license.

I certify the above statement is true and correct: @ccordoba12

rear1019 and others added 5 commits August 7, 2023 16:40
- Spyder GUI shows up with PyQt6, PySide6 is broken (once again, MRO
  issues)

- Test suite mostly passes with PyQt6, PySide6 not tried yet

- The changes are backward compatible with Qt 5
That's because that version has better compatibility with PyQt6.
@ccordoba12 ccordoba12 merged commit e9172df into spyder-ide:master Dec 1, 2023
22 checks passed
@ccordoba12 ccordoba12 deleted the qt6_fixes branch December 1, 2023 21:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants