fix: correct invalid Python classifier in pyproject.toml
Some checks failed
security-scanning / audit (push) Has been cancelled
Some checks failed
security-scanning / audit (push) Has been cancelled
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user