Skip to content

Commit 1183ffb

Browse files
Update Python
1 parent 70a4e8a commit 1183ffb

File tree

3 files changed

+364
-500
lines changed

3 files changed

+364
-500
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ RUN cd Tekst-Web && npm install && npm run build-only -- --base=./
1010

1111
# PYTHON ALPINE BASE IMAGE
1212

13-
FROM python:3.13-alpine3.21 AS py-base
13+
FROM python:3.14-alpine3.21 AS py-base
1414
ENV PYTHONFAULTHANDLER=1 \
1515
PYTHONHASHSEED=random \
1616
PYTHONUNBUFFERED=1 \

Tekst-API/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ maintainers = [
1111
]
1212
license = "AGPL-3.0-or-later"
1313
license-files = ["LICENSE"]
14-
requires-python = ">=3.12,<3.14"
14+
requires-python = ">=3.14,<3.15"
1515
dependencies = [
1616
"pyhumps<4.0.0,>=3.8.0",
1717
"click<9.0.0,>=8.1.6",

0 commit comments

Comments
 (0)