setup.py

changeset 8275
2f4b8212a151
parent 8258
82b608e352ec
child 8288
809d5d5ac2ba
--- a/setup.py	Sat May 01 12:24:04 2021 +0200
+++ b/setup.py	Sat May 01 15:08:38 2021 +0200
@@ -324,7 +324,6 @@
         "Operating System :: Microsoft :: Windows :: Windows 10",
         "Operating System :: POSIX :: Linux",
         "Programming Language :: Python",
-        "Programming Language :: Python :: 3.5",
         "Programming Language :: Python :: 3.6",
         "Programming Language :: Python :: 3.7",
         "Programming Language :: Python :: 3.8",
@@ -333,7 +332,7 @@
         "Topic :: Text Editors :: Integrated Development Environments (IDE)"
     ],
     keywords="Development PyQt5 IDE Python3",
-    python_requires=">=3.5",
+    python_requires=">=3.6",
     install_requires=[
         "pip>=19.0",
         "wheel",

eric ide

mercurial