Updated the install script for the required PyQt6-QScintilla version. eric7

Fri, 02 Jul 2021 17:43:19 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Fri, 02 Jul 2021 17:43:19 +0200
branch
eric7
changeset 8448
85d3ebd39e0b
parent 8447
982048c71bde
child 8454
c679a3a80b7f

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,
     }
     

eric ide

mercurial