summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorDevaev Maxim <[email protected]>2019-11-14 23:54:19 +0300
committerDevaev Maxim <[email protected]>2019-11-14 23:54:19 +0300
commit97678bba80923ae80f2ed0794e7b77b1a08c2d59 (patch)
tree187836a8c76f0bf33fe046a3fa7661e9bf392d50 /setup.py
parent3271f2d46fd08617ec9418ab9227084762e685e0 (diff)
python == 3.8
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 2e01f9be..1b900eac 100755
--- a/setup.py
+++ b/setup.py
@@ -122,7 +122,7 @@ def main() -> None:
classifiers=[
"License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)",
"Development Status :: 4 - Beta",
- "Programming Language :: Python :: 3.7",
+ "Programming Language :: Python :: 3.8",
"Topic :: System :: Systems Administration",
"Operating System :: POSIX :: Linux",
"Intended Audience :: System Administrators",