--- a/eric7/QScintilla/Lexers/LexerXML.py Sun May 16 11:43:59 2021 +0200
+++ b/eric7/QScintilla/Lexers/LexerXML.py Sun May 16 20:07:24 2021 +0200
@@ -9,7 +9,7 @@
import contextlib
-from PyQt5.Qsci import QsciLexerXML
+from PyQt6.Qsci import QsciLexerXML
from .Lexer import Lexer
import Preferences