diff options
author | Maxim Devaev <[email protected]> | 2024-05-13 17:52:04 +0300 |
---|---|---|
committer | Maxim Devaev <[email protected]> | 2024-05-13 17:52:04 +0300 |
commit | 9158abfab4ca2a96d1bf9a80e09f9c696c0dc7d8 (patch) | |
tree | f71a59690a55d8a2e3179afa1310d13854316688 /setup.py | |
parent | bf87f036d36fb587ea2db88efd60ee7fefcdd1cf (diff) |
lint fixes
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -138,7 +138,7 @@ def main() -> None: classifiers=[ "License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)", "Development Status :: 5 - Production/Stable", - "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", "Topic :: System :: Systems Administration", "Operating System :: POSIX :: Linux", "Intended Audience :: System Administrators", |