Skip to content

Commit 2633218

Browse files
committed
Revert Python version in github worflows
1 parent 046ca59 commit 2633218

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/backend_check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
uses: astral-sh/setup-uv@v7
3838
with:
3939
working-directory: ./backend
40-
python-version: "3.14"
40+
python-version: "3.13"
4141
cache-dependency-glob: |
4242
**/pyproject.toml
4343
**/uv.lock
@@ -70,7 +70,7 @@ jobs:
7070
uses: astral-sh/setup-uv@v7
7171
with:
7272
working-directory: ./backend
73-
python-version: "3.14"
73+
python-version: "3.13"
7474
cache-dependency-glob: |
7575
**/pyproject.toml
7676
**/uv.lock

docker/dockerfiles/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
ARG NODE_VERSION=24.14.1
2+
# Python 3.14 introduced a new GC which has some memory issues:
3+
# https://discuss.python.org/t/reverting-the-incremental-gc-in-python-3-14-and-3-15/107014
24
ARG PYTHON_VERSION=3.13.13
35
ARG S6_OVERLAY_VERSION=3.2.2.0
46

0 commit comments

Comments
 (0)