--- a/setup.py Sun Mar 13 15:20:26 2022 +0100 +++ b/setup.py Sun Mar 13 19:59:03 2022 +0100 @@ -336,7 +336,7 @@ "Topic :: Text Editors :: Integrated Development Environments (IDE)" ], keywords="Development PyQt6 IDE Python3", - python_requires=">=3.6", + python_requires=">=3.7", install_requires=[ "pip>=19.0", "wheel", @@ -355,6 +355,7 @@ "Pygments", "parso", "jedi", + "packaging", "pywin32>=1.0;platform_system=='Windows'", ], data_files=getDataFiles(),