Browse Source

Drop support for Python 3.9

pull/14897/head
Sebastián Ramírez 5 months ago
parent
commit
bf7c43ea53
  1. 3
      pyproject.toml
  2. 2300
      uv.lock

3
pyproject.toml

@ -9,7 +9,7 @@ description = "FastAPI framework, high performance, easy to learn, fast to code,
readme = "README.md" readme = "README.md"
license = "MIT" license = "MIT"
license-files = ["LICENSE"] license-files = ["LICENSE"]
requires-python = ">=3.9" requires-python = ">=3.10"
authors = [ authors = [
{ name = "Sebastián Ramírez", email = "[email protected]" }, { name = "Sebastián Ramírez", email = "[email protected]" },
] ]
@ -33,7 +33,6 @@ classifiers = [
"Framework :: Pydantic :: 2", "Framework :: Pydantic :: 2",
"Intended Audience :: Developers", "Intended Audience :: Developers",
"Programming Language :: Python :: 3 :: Only", "Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.12",

2300
uv.lock

File diff suppressed because it is too large
Loading…
Cancel
Save