Skip to content

Commit 186bd70

Browse files
authored
Update package classifiers (#284)
1 parent eb78297 commit 186bd70

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

packages/python/pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,15 @@ maintainers = [
1717
{ name = "Karthik Nadig", email = "kanadig@microsoft.com" },
1818
]
1919
classifiers = [
20-
"Development Status :: 3 - Alpha",
20+
"Development Status :: 5 - Production/Stable",
2121
"License :: OSI Approved :: MIT License",
2222
"Programming Language :: Python",
2323
"Programming Language :: Python :: 3.7",
2424
"Programming Language :: Python :: 3.8",
2525
"Programming Language :: Python :: 3.9",
2626
"Programming Language :: Python :: 3.10",
27+
"Programming Language :: Python :: 3.11",
28+
"Programming Language :: Python :: 3.12",
2729
"Programming Language :: Python :: Implementation :: CPython",
2830
"Programming Language :: Python :: Implementation :: PyPy",
2931
]

0 commit comments

Comments
 (0)