]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
🔧 Drop support for Python 3.8 (#14563)
authorSebastián Ramírez <tiangolo@gmail.com>
Wed, 17 Dec 2025 20:47:16 +0000 (12:47 -0800)
committerGitHub <noreply@github.com>
Wed, 17 Dec 2025 20:47:16 +0000 (20:47 +0000)
pyproject.toml

index ede080c5b3651bb0d8993a582d36aaa3fb311d27..dd16e1f8fac4736389f70b3d2f808b486c5973b0 100644 (file)
@@ -9,7 +9,7 @@ description = "FastAPI framework, high performance, easy to learn, fast to code,
 readme = "README.md"
 license = "MIT"
 license-files = ["LICENSE"]
-requires-python = ">=3.8"
+requires-python = ">=3.9"
 authors = [
     { name = "Sebastián Ramírez", email = "tiangolo@gmail.com" },
 ]
@@ -34,7 +34,6 @@ classifiers = [
     "Framework :: Pydantic :: 2",
     "Intended Audience :: Developers",
     "Programming Language :: Python :: 3 :: Only",
-    "Programming Language :: Python :: 3.8",
     "Programming Language :: Python :: 3.9",
     "Programming Language :: Python :: 3.10",
     "Programming Language :: Python :: 3.11",