diff options
author | Maxim Devaev <[email protected]> | 2020-09-05 01:56:36 +0300 |
---|---|---|
committer | GitHub <[email protected]> | 2020-09-05 01:56:36 +0300 |
commit | 1257408183f0f0d649bb6302776107ed6c6a36f7 (patch) | |
tree | ef19423515ca1cc3dd6d7a45a5843220cfe46bfc /setup.py | |
parent | fc53759b3e7ddb0b570d35d1afb159080a805586 (diff) | |
parent | dd2ff1ec832d00a29d33d5b54ee87f9a12b5af45 (diff) |
Merge pull request #6 from OlegGirko/python-3.7
Make KVMD compatible with Python 3.7
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", |