Migrate to python3.11

This commit is contained in:
2025-04-22 00:51:14 +02:00
parent 959ab30265
commit a0a53800ab
3 changed files with 212 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
FROM ghcr.io/astral-sh/uv:python3.13-bookworm-slim
FROM ghcr.io/astral-sh/uv:python3.11-bookworm-slim
WORKDIR /app
COPY ./pyproject.toml ./uv.lock ./