We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1839a2 commit 14a330fCopy full SHA for 14a330f
pyproject.toml
@@ -26,13 +26,13 @@ classifiers = [
26
"Programming Language :: Python :: 3.9",
27
"Programming Language :: Python :: 3.10",
28
"Programming Language :: Python :: 3.11",
29
+ "Programming Language :: Python :: 3.12",
30
]
31
requires-python = ">=3.7"
32
dependencies = [
33
"SQLAlchemy >= 1.4.36",
34
"inflect >= 4.0.0",
35
"importlib_metadata; python_version < '3.10'",
- "greenlet >= 3.0.0a1; python_version >= '3.12'",
36
37
dynamic = ["version"]
38
0 commit comments