diff options
author | Oleg Girko <[email protected]> | 2020-08-31 19:53:35 +0300 |
---|---|---|
committer | Oleg Girko <[email protected]> | 2020-09-01 19:24:13 +0300 |
commit | dd2ff1ec832d00a29d33d5b54ee87f9a12b5af45 (patch) | |
tree | bdcf3b2d54c4ce636b3463b74ecbd729ea410e9f /setup.py | |
parent | f13581d356d29107edd4b2fb974ee521e553b895 (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-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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", |