Merge pull request #6 from OlegGirko/python-3.7

Make KVMD compatible with Python 3.7
This commit is contained in:
Maxim Devaev
2020-09-05 01:56:36 +03:00
committed by GitHub
10 changed files with 32 additions and 20 deletions

View File

@@ -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",