Skip to content

Commit 945c18e

Browse files
authored
Merge pull request #18 from intergral/update_class
chore(build): update python classifiers
2 parents 6990b6a + a3bf4cc commit 945c18e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ authors = [
1313
{ name = "Ben Donnelly", email = "[email protected]" }
1414
]
1515
classifiers = [
16-
"Development Status :: 4 - Beta",
16+
"Development Status :: 5 - Production/Stable",
1717
"Intended Audience :: Developers",
1818
"License :: OSI Approved :: GNU Affero General Public License v3",
1919
"Programming Language :: Python",
@@ -23,6 +23,7 @@ classifiers = [
2323
"Programming Language :: Python :: 3.9",
2424
"Programming Language :: Python :: 3.10",
2525
"Programming Language :: Python :: 3.11",
26+
"Programming Language :: Python :: 3.12",
2627
"Typing :: Typed",
2728
]
2829
dynamic = [

0 commit comments

Comments
 (0)