summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorMaxim Devaev <[email protected]>2022-01-23 00:55:50 +0300
committerMaxim Devaev <[email protected]>2022-01-23 00:55:50 +0300
commit954ec769c62a6a24554bd6d3a8419bb1567db336 (patch)
tree4e3f3ca4e09df21c0ef04f0f828ecef78cba45ed /setup.py
parentb0fa9c21f6b2e2bd868b8735c9be23855756f95a (diff)
bumped max python version in setup.py
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index fec9d4cb..5111e971 100755
--- a/setup.py
+++ b/setup.py
@@ -139,6 +139,7 @@ def main() -> None:
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
+ "Programming Language :: Python :: 3.10",
"Topic :: System :: Systems Administration",
"Operating System :: POSIX :: Linux",
"Intended Audience :: System Administrators",