File tree Expand file tree Collapse file tree 4 files changed +365
-501
lines changed
Expand file tree Collapse file tree 4 files changed +365
-501
lines changed Original file line number Diff line number Diff line change 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 :
Original file line number Diff line number Diff 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
1414ENV PYTHONFAULTHANDLER=1 \
1515 PYTHONHASHSEED=random \
1616 PYTHONUNBUFFERED=1 \
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ maintainers = [
1111]
1212license = " AGPL-3.0-or-later"
1313license-files = [" LICENSE" ]
14- requires-python = " >=3.12 ,<3.14 "
14+ requires-python = " >=3.14 ,<3.15 "
1515dependencies = [
1616 " pyhumps<4.0.0,>=3.8.0" ,
1717 " click<9.0.0,>=8.1.6" ,
You can’t perform that action at this time.
0 commit comments