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.
2 parents 47db767 + 3d6a240 commit 934a292Copy full SHA for 934a292
pyproject.toml
@@ -22,7 +22,6 @@ classifiers = [
22
"Development Status :: 4 - Beta",
23
"Intended Audience :: Developers",
24
"Programming Language :: Python :: 3",
25
- "Programming Language :: Python :: 3.10",
26
"Programming Language :: Python :: 3.11",
27
"Programming Language :: Python :: 3.12",
28
"Framework :: FastAPI",
@@ -31,7 +30,7 @@ classifiers = [
31
30
"Topic :: Software Development :: Libraries :: Application Frameworks"
32
]
33
readme = "README.md"
34
-requires-python = ">=3.10,<3.13"
+requires-python = ">=3.11,<3.13"
35
36
# SPDX licence expression + explicit licence file (PEP 639)
37
license = "Apache-2.0"
0 commit comments