Fri, 02 Jul 2021 17:43:19 +0200
Updated the install script for the required PyQt6-QScintilla version.
scripts/install.py | file | annotate | diff | comparison | revisions |
--- a/scripts/install.py Mon Jun 28 17:42:57 2021 +0200 +++ b/scripts/install.py Fri Jul 02 17:43:19 2021 +0200 @@ -1442,12 +1442,11 @@ Perform some dependency checks. """ # TODO: update as necessary for PyQt6 6.2.0 - # TODO: change that once QScintilla 2.13.0 is released requiredVersions = { "pyqt6": 0x60101, "pyqt6-charts": 0x60101, #"pyqt6-webengine": 0x60200, - "pyqt6-qscintilla": 0x20c01, + "pyqt6-qscintilla": 0x20d00, "sip": 0x60100, }