--- a/setup.py Mon Oct 25 17:57:51 2021 +0200 +++ b/setup.py Mon Oct 25 18:30:10 2021 +0200 @@ -330,6 +330,7 @@ "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", + "Programming Language :: Python :: 3.10", "Topic :: Software Development", "Topic :: Text Editors :: Integrated Development Environments (IDE)" ], @@ -338,9 +339,9 @@ install_requires=[ "pip>=19.0", "wheel", - "PyQt6>=6.1.1", - "PyQt6-Charts>=6.1.1", - "PyQt6-WebEngine>=6.2.0", # __IGNORE_WARNING__ + "PyQt6>=6.2.0", + "PyQt6-Charts>=6.2.0", + "PyQt6-WebEngine>=6.2.0", "PyQt6-QScintilla>=2.13.0", "docutils", "Markdown",