We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 046ca59 commit 2633218Copy full SHA for 2633218
2 files changed
.github/workflows/backend_check.yml
@@ -37,7 +37,7 @@ jobs:
37
uses: astral-sh/setup-uv@v7
38
with:
39
working-directory: ./backend
40
- python-version: "3.14"
+ python-version: "3.13"
41
cache-dependency-glob: |
42
**/pyproject.toml
43
**/uv.lock
@@ -70,7 +70,7 @@ jobs:
70
71
72
73
74
75
76
docker/dockerfiles/Dockerfile
@@ -1,4 +1,6 @@
1
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
4
ARG PYTHON_VERSION=3.13.13
5
ARG S6_OVERLAY_VERSION=3.2.2.0
6
0 commit comments