Skip to content

Commit 6e65e40

Browse files
chore(deps): update python
1 parent 28ec051 commit 6e65e40

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.13-slim-bookworm AS base
1+
FROM python:3.14-slim-bookworm AS base
22
COPY --from=ghcr.io/astral-sh/uv:0.8.2 /uv /uvx /bin/
33

44
LABEL maintainer="Togglecorp Dev"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "timur-backend"
33
version = "0.1.4" # managed by release.sh
44
description = ""
55
authors = [{ name = "tc-dev", email = "dev@togglecorp.com" }]
6-
requires-python = "~=3.13.2"
6+
requires-python = "~=3.14.0"
77
readme = "README.md"
88
license = "GNU Affero General Public License v3.0"
99
dependencies = [

0 commit comments

Comments
 (0)