karlch / vimiv-qt

An image viewer with vim-like keybindings
https://karlch.github.io/vimiv-qt/
GNU General Public License v3.0
177 stars 15 forks source link

Add workflows for Python 3.12 and newer PyQt6 versions #818

Closed karlch closed 4 months ago

karlch commented 4 months ago

Test coverage for Python 3.12, PyQt6 6.6 and PyQt6 6.7.

Mypy still uses PyQt6 6.5 due to the larger number of changes required (many Optional[x] typings where we require x).