committed by
GitHub
1 changed files with 1 additions and 2 deletions
@ -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.8" |
requires-python = ">=3.9" |
||||
authors = [ |
authors = [ |
||||
{ name = "Sebastián Ramírez", email = "[email protected]" }, |
{ name = "Sebastián Ramírez", email = "[email protected]" }, |
||||
] |
] |
||||
@ -34,7 +34,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.8", |
|
||||
"Programming Language :: Python :: 3.9", |
"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", |
||||
|
|||||
Loading…
Reference in new issue