Skip to content

Commit 59b900a

Browse files
committed
adjust python docker version
1 parent 28f3435 commit 59b900a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

backend/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.10
1+
FROM python:3.12
22

33
ENV PYTHONUNBUFFERED=1
44

backend/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "app"
33
version = "0.1.0"
44
description = ""
5-
requires-python = ">=3.10,<4.0"
5+
requires-python = ">=3.12,<4.0"
66
dependencies = [
77
"fastapi[standard]<1.0.0,>=0.115.0",
88
"httptools>=0.7.1",
@@ -44,7 +44,7 @@ strict = true
4444
exclude = ["venv", ".venv", "alembic"]
4545

4646
[tool.ruff]
47-
target-version = "py310"
47+
target-version = "py312"
4848
exclude = ["alembic"]
4949

5050
[tool.ruff.lint]

0 commit comments

Comments
 (0)