We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28f3435 commit 59b900aCopy full SHA for 59b900a
backend/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM python:3.10
+FROM python:3.12
2
3
ENV PYTHONUNBUFFERED=1
4
backend/pyproject.toml
@@ -2,7 +2,7 @@
name = "app"
version = "0.1.0"
description = ""
5
-requires-python = ">=3.10,<4.0"
+requires-python = ">=3.12,<4.0"
6
dependencies = [
7
"fastapi[standard]<1.0.0,>=0.115.0",
8
"httptools>=0.7.1",
@@ -44,7 +44,7 @@ strict = true
44
exclude = ["venv", ".venv", "alembic"]
45
46
[tool.ruff]
47
-target-version = "py310"
+target-version = "py312"
48
exclude = ["alembic"]
49
50
[tool.ruff.lint]
0 commit comments