We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 845f9bf commit 7abc6edCopy full SHA for 7abc6ed
Dockerfile
@@ -10,7 +10,7 @@ RUN cd Tekst-Web && npm install && npm run build-only -- --base=./
10
11
# PYTHON ALPINE BASE IMAGE
12
13
-FROM python:3.13-alpine3.21 AS py-base
+FROM python:3.14-alpine3.21 AS py-base
14
ENV PYTHONFAULTHANDLER=1 \
15
PYTHONHASHSEED=random \
16
PYTHONUNBUFFERED=1 \
Tekst-API/pyproject.toml
@@ -11,7 +11,7 @@ maintainers = [
]
license = "AGPL-3.0-or-later"
license-files = ["LICENSE"]
-requires-python = ">=3.12,<3.14"
+requires-python = ">=3.14,<3.15"
dependencies = [
"pyhumps<4.0.0,>=3.8.0",
17
"click<9.0.0,>=8.1.6",
0 commit comments