summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorMaxim Devaev <[email protected]>2025-01-21 05:41:25 +0200
committerMaxim Devaev <[email protected]>2025-01-21 05:41:25 +0200
commitbe3e97178d6ed1226216246253bf54c86bc5ebf9 (patch)
tree2e4930615cc406532a31c5290855bb0398bd815c /setup.py
parentdafc8e3941e63b1681b63785a6a23a75362f8151 (diff)
moved to python-3.13
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 1d1f3ce1..8ccca71e 100755
--- a/setup.py
+++ b/setup.py
@@ -143,7 +143,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.12",
+ "Programming Language :: Python :: 3.13",
"Topic :: System :: Systems Administration",
"Operating System :: POSIX :: Linux",
"Intended Audience :: System Administrators",