We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28ec051 commit 6e65e40Copy full SHA for 6e65e40
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM python:3.13-slim-bookworm AS base
+FROM python:3.14-slim-bookworm AS base
2
COPY --from=ghcr.io/astral-sh/uv:0.8.2 /uv /uvx /bin/
3
4
LABEL maintainer="Togglecorp Dev"
pyproject.toml
@@ -3,7 +3,7 @@ name = "timur-backend"
version = "0.1.4" # managed by release.sh
description = ""
5
authors = [{ name = "tc-dev", email = "dev@togglecorp.com" }]
6
-requires-python = "~=3.13.2"
+requires-python = "~=3.14.0"
7
readme = "README.md"
8
license = "GNU Affero General Public License v3.0"
9
dependencies = [
0 commit comments