setup.py: update classifiers

This commit is contained in:
Hans-Christoph Steiner 2024-12-05 18:13:04 +01:00
parent 5fde2f4d03
commit 46dba20ba3
No known key found for this signature in database
GPG Key ID: 3E177817BA1B9BFA

View File

@ -127,7 +127,7 @@ setup(
],
},
classifiers=[
'Development Status :: 4 - Beta',
'Development Status :: 5 - Production/Stable',
'Intended Audience :: Developers',
'Intended Audience :: Information Technology',
'Intended Audience :: System Administrators',
@ -136,6 +136,13 @@ setup(
'Operating System :: POSIX',
'Operating System :: MacOS :: MacOS X',
'Operating System :: Unix',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.9',
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
'Programming Language :: Python :: 3 :: Only',
'Topic :: Utilities',
],
)