diff options
author | Maxim Devaev <[email protected]> | 2022-01-23 00:55:50 +0300 |
---|---|---|
committer | Maxim Devaev <[email protected]> | 2022-01-23 00:55:50 +0300 |
commit | 954ec769c62a6a24554bd6d3a8419bb1567db336 (patch) | |
tree | 4e3f3ca4e09df21c0ef04f0f828ecef78cba45ed /setup.py | |
parent | b0fa9c21f6b2e2bd868b8735c9be23855756f95a (diff) |
bumped max python version in setup.py
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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", |