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

Deprecate support for Qt 5 (PyQt5 and PySide2) #6237

Merged
merged 5 commits into from Apr 25, 2022

Conversation

hugovk
Copy link
Member

@hugovk hugovk commented Apr 22, 2022

Changes proposed in this pull request:

  • Qt 5 reached end-of-life on 2020-12-08 for open-source users (and will reach EOL on 2023-12-08 for commercial licence holders)
  • Let's deprecate Support for PyQt5 and PySide2 in ImageQt and remove in Pillow 10 (2023-07-01)
  • Users should upgrade to PyQt6 or PySide6 instead

For reference, the Qt 4 (PyQt4 and PySide) deprecation and drop PRs:

@hugovk hugovk added Deprecation Feature that will be removed in the future Qt Qt for Python, PyQt, PySide labels Apr 22, 2022
radarhere and others added 2 commits April 23, 2022 10:22
Run deprecated import check before imports from other tests
Tests/test_imageqt.py Outdated Show resolved Hide resolved
Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
@radarhere radarhere added the automerge Automatically merge PRs that are ready label Apr 24, 2022
@radarhere radarhere merged commit 9490509 into python-pillow:main Apr 25, 2022
@hugovk hugovk deleted the deprecate-qt5 branch April 25, 2022 06:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automerge Automatically merge PRs that are ready Deprecation Feature that will be removed in the future Qt Qt for Python, PyQt, PySide
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants