We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb78297 commit 186bd70Copy full SHA for 186bd70
1 file changed
packages/python/pyproject.toml
@@ -17,13 +17,15 @@ maintainers = [
17
{ name = "Karthik Nadig", email = "kanadig@microsoft.com" },
18
]
19
classifiers = [
20
- "Development Status :: 3 - Alpha",
+ "Development Status :: 5 - Production/Stable",
21
"License :: OSI Approved :: MIT License",
22
"Programming Language :: Python",
23
"Programming Language :: Python :: 3.7",
24
"Programming Language :: Python :: 3.8",
25
"Programming Language :: Python :: 3.9",
26
"Programming Language :: Python :: 3.10",
27
+ "Programming Language :: Python :: 3.11",
28
+ "Programming Language :: Python :: 3.12",
29
"Programming Language :: Python :: Implementation :: CPython",
30
"Programming Language :: Python :: Implementation :: PyPy",
31
0 commit comments