Skip to content

Commit 14a330f

Browse files
committed
Added Python 3.12 classifier
1 parent e1839a2 commit 14a330f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@ classifiers = [
2626
"Programming Language :: Python :: 3.9",
2727
"Programming Language :: Python :: 3.10",
2828
"Programming Language :: Python :: 3.11",
29+
"Programming Language :: Python :: 3.12",
2930
]
3031
requires-python = ">=3.7"
3132
dependencies = [
3233
"SQLAlchemy >= 1.4.36",
3334
"inflect >= 4.0.0",
3435
"importlib_metadata; python_version < '3.10'",
35-
"greenlet >= 3.0.0a1; python_version >= '3.12'",
3636
]
3737
dynamic = ["version"]
3838

0 commit comments

Comments
 (0)