diff --git a/Dockerfile b/Dockerfile index d32ae68..500a276 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.13-slim-bookworm AS base +FROM python:3.14-slim-bookworm AS base COPY --from=ghcr.io/astral-sh/uv:0.8.2 /uv /uvx /bin/ LABEL maintainer="Togglecorp Dev" diff --git a/pyproject.toml b/pyproject.toml index 3f2edf9..c2bdd6e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ name = "timur-backend" version = "0.1.4" # managed by release.sh description = "" authors = [{ name = "tc-dev", email = "dev@togglecorp.com" }] -requires-python = "~=3.13.2" +requires-python = "~=3.14.2" readme = "README.md" license = "GNU Affero General Public License v3.0" dependencies = [