Adjusted the install script and the setup.py script. eric7

Mon, 25 Oct 2021 18:30:10 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Mon, 25 Oct 2021 18:30:10 +0200
branch
eric7
changeset 8721
f10b3f345463
parent 8720
336f594ff5dd
child 8722
2f57e52a704b

Adjusted the install script and the setup.py script.

scripts/install.py file | annotate | diff | comparison | revisions
setup.py file | annotate | diff | comparison | revisions
--- a/scripts/install.py	Mon Oct 25 17:57:51 2021 +0200
+++ b/scripts/install.py	Mon Oct 25 18:30:10 2021 +0200
@@ -1533,8 +1533,7 @@
             pipInstall(
                "PyQt6-WebEngine>={0}".format(
                     versionToStr(requiredVersions["pyqt6-webengine"])),
-                msg,
-                force=False
+                msg
             )
     
     try:
--- 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",

eric ide

mercurial