Update pyproject.toml

Added 3.12 classifier
This commit is contained in:
Jamie Hardt
2023-11-08 10:27:04 -08:00
committed by GitHub
parent 4224d106b0
commit 9123cbd0b5

View File

@@ -17,6 +17,7 @@ classifiers = [
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Development Status :: 5 - Production/Stable",
"Topic :: Text Processing :: Filters"
]