Require Python 3.10

Ubuntu 22.04 should be enough
This commit is contained in:
Christoph Reiter
2023-10-15 12:06:56 +02:00
parent 3297b2aada
commit 82b4e4e4ee
4 changed files with 5 additions and 9 deletions

View File

@@ -6,7 +6,7 @@ authors = ["Christoph Reiter <reiter.christoph@gmail.com>"]
license = "MIT"
[tool.poetry.dependencies]
python = "^3.8.1"
python = "^3.10"
httpx = {extras = ["http2"], version = "^0.25.0"}
fastapi = "^0.103.1"
uvicorn = {extras = ["standard"], version = "^0.23.0"}