Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "timur-backend"
version = "0.1.4" # managed by release.sh
description = ""
authors = [{ name = "tc-dev", email = "[email protected]" }]
requires-python = "~=3.13.2"
requires-python = "~=3.14.2"
readme = "README.md"
license = "GNU Affero General Public License v3.0"
dependencies = [
Expand Down
Loading