fix: correct invalid Python classifier in pyproject.toml
Some checks failed
security-scanning / audit (push) Has been cancelled

This commit is contained in:
2026-03-28 09:14:09 +01:00
parent 730c0b7160
commit 783659ff5f

View File

@@ -137,7 +137,7 @@ classifiers = [
"Development Status :: 4 - Beta", "Development Status :: 4 - Beta",
"Intended Audience :: Developers", "Intended Audience :: Developers",
"Programming Language :: Python :: 3", "Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.13.5", "Programming Language :: Python :: 3.13",
"Operating System :: OS Independent", "Operating System :: OS Independent",
"Topic :: Software Development :: Libraries :: Python Modules", "Topic :: Software Development :: Libraries :: Python Modules",
"Topic :: System :: Distributed Computing", "Topic :: System :: Distributed Computing",