Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/backend_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
uses: astral-sh/setup-uv@v7
with:
working-directory: ./backend
python-version: "3.14"
python-version: "3.13"
cache-dependency-glob: |
**/pyproject.toml
**/uv.lock
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
uses: astral-sh/setup-uv@v7
with:
working-directory: ./backend
python-version: "3.14"
python-version: "3.13"
cache-dependency-glob: |
**/pyproject.toml
**/uv.lock
Expand Down
2 changes: 2 additions & 0 deletions docker/dockerfiles/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
ARG NODE_VERSION=24.14.1
# Python 3.14 introduced a new GC which has some memory issues:
# https://discuss.python.org/t/reverting-the-incremental-gc-in-python-3-14-and-3-15/107014
ARG PYTHON_VERSION=3.13.13
ARG S6_OVERLAY_VERSION=3.2.2.0

Expand Down