Skip to content

Commit 61f519c

Browse files
committed
fix classifiers
1 parent 3e669db commit 61f519c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,15 @@ maintainers = [
2626
{name = "Cameron Fairchild", email = "cameron@opentensor.dev"}
2727
]
2828
classifiers = [
29-
"Development Status :: 1 - Alpha",
29+
"Development Status :: 5 - Production/Stable",
3030
"Intended Audience :: Developers",
3131
"Topic :: Software Development :: Build Tools",
3232
"License :: OSI Approved :: MIT License",
3333
"Programming Language :: Python :: 3 :: Only",
3434
"Programming Language :: Python :: 3.9",
3535
"Programming Language :: Python :: 3.10",
3636
"Programming Language :: Python :: 3.11",
37+
"Programming Language :: Python :: 3.12",
3738
"Topic :: Scientific/Engineering",
3839
"Topic :: Scientific/Engineering :: Mathematics",
3940
"Topic :: Scientific/Engineering :: Artificial Intelligence",

0 commit comments

Comments
 (0)