Skip to content

Commit 3cf06bc

Browse files
authored
fix: revert python version upgrade to 3.12 (#1331)
1 parent f8bea67 commit 3cf06bc

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ instructions, because git commits are used to generate release notes:
5151

5252
- [Bugfix] Add correct EVENT_BUS_REDIS_CONNECTION_URL settings for event-bus. (by @Faraz32123)
5353

54-
- [Bugfix] The version of Python and Node.js were behind what edx-platform currently supports so update both. Python is now 3.12 and Node.js is now 24.
54+
- [Bugfix] Update Node.js to version 24. Python remains at 3.11 as upstream edx-platform does not fully support it yet.
5555

5656
<a id='changelog-20.0.5'></a>
5757
## v20.0.5 (2026-01-07)

tutor/templates/build/openedx/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \
2929
# Install pyenv
3030
# https://www.python.org/downloads/
3131
# https://github.com/pyenv/pyenv/releases
32-
ARG PYTHON_VERSION=3.12.12
32+
ARG PYTHON_VERSION=3.11.8
3333
ENV PYENV_ROOT=/opt/pyenv
34-
RUN git clone https://github.com/pyenv/pyenv $PYENV_ROOT --branch v2.6.20 --depth 1
34+
RUN git clone https://github.com/pyenv/pyenv $PYENV_ROOT --branch v2.3.36 --depth 1
3535

3636
# Install Python
3737
RUN $PYENV_ROOT/bin/pyenv install $PYTHON_VERSION

0 commit comments

Comments
 (0)