Sat, 01 May 2021 15:08:38 +0200
setup.py: raised the minimum Python version to 3.6.
docs/changelog | file | annotate | diff | comparison | revisions | |
setup.py | file | annotate | diff | comparison | revisions |
--- a/docs/changelog Sat May 01 12:24:04 2021 +0200 +++ b/docs/changelog Sat May 01 15:08:38 2021 +0200 @@ -1,5 +1,8 @@ Change Log ---------- +Version 21.6: +- bug fixes + Version 21.5: - bug fixes - Code Style Checker
--- 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",