Upgrade PyQt5→PyQt6, numpy v1→v2, Python 3.8→3.12, all dependencies#12
Draft
Upgrade PyQt5→PyQt6, numpy v1→v2, Python 3.8→3.12, all dependencies#12
Conversation
…endencies Co-authored-by: doizuc <6456289+doizuc@users.noreply.github.com>
…r bound to python_requires Co-authored-by: doizuc <6456289+doizuc@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Update Python to latest stable release and dependencies to PyQt v6 and NumPy v2
Upgrade PyQt5→PyQt6, numpy v1→v2, Python 3.8→3.12, all dependencies
Mar 13, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Migrates Inlinino from PyQt5 to PyQt6 (and numpy v1 to v2), updating all dependencies to current stable versions compatible with Python 3.12 on Windows, macOS, and Linux.
Dependency Updates
_generictemplate suffix)==3.8.*→>=3.12,<4insetup.pyand CI workflowPyQt6 Migration
QtMultimedia —
QMediaPlaylist/QMediaContentremoved in Qt6; replaced withQSoundEffect:Widget class namespaces — In PyQt6+pyqtgraph 0.13.7
QtGuino longer contains widget classes; all moved toQtWidgets:QMainWindow,QDialog,QApplication,QMessageBox,QFileDialog,QDialogButtonBox,QSplashScreen,QPushButton,QSpacerItem,QWidgetItem,QLayoutItem.Fully-qualified enums — PyQt6 dropped unscoped enum access:
Other API changes:
exec_()→exec()throughoutsetFilterRegExp→setFilterRegularExpression;QVariant()wrapping removedQPalette.Window→QPalette.ColorRole.WindowQTextCursor.End→QTextCursor.MoveOperation.Endlogging.getLogger('PyQt5')→'PyQt6'wakepy 1.0 API
Old functional API (
set_keepawake/unset_keepawake) replaced with context manager:PyInstaller
Hidden imports updated from
*_pyqt5→*_generic(pyqtgraph 0.13.7 ships backend-agnostic compiled templates).✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.