summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorOleg Girko <[email protected]>2020-08-31 19:53:35 +0300
committerOleg Girko <[email protected]>2020-09-01 19:24:13 +0300
commitdd2ff1ec832d00a29d33d5b54ee87f9a12b5af45 (patch)
treebdcf3b2d54c4ce636b3463b74ecbd729ea410e9f /setup.py
parentf13581d356d29107edd4b2fb974ee521e553b895 (diff)
Change minimum supported Python version to 3.7 in setup.py file.
Signed-off-by: Oleg Girko <[email protected]>
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 3b921420..256b52da 100755
--- a/setup.py
+++ b/setup.py
@@ -133,7 +133,7 @@ def main() -> None:
classifiers=[
"License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)",
"Development Status :: 4 - Beta",
- "Programming Language :: Python :: 3.8",
+ "Programming Language :: Python :: 3.7",
"Topic :: System :: Systems Administration",
"Operating System :: POSIX :: Linux",
"Intended Audience :: System Administrators",