Skip to content

Commit ce02551

Browse files
Update Python
1 parent 6c67fa0 commit ce02551

File tree

4 files changed

+365
-501
lines changed

4 files changed

+365
-501
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- uses: actions/checkout@v6
2424
- uses: actions/setup-python@v6
2525
with:
26-
python-version: "3.12"
26+
python-version: "3.14"
2727
- run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV
2828
- uses: actions/cache@v5
2929
with:

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)