Skip to content

Commit faa0f28

Browse files
kylos101ona-agent
andcommitted
Update pyenv to v2.6.20 to support Python 3.13.11 and 3.9.25
The autofix updated Python versions but pyenv v2.6.10 doesn't have definitions for Python 3.13.11 and 3.9.25. Bump pyenv to v2.6.20. Co-authored-by: Ona <no-reply@ona.com>
1 parent 8181dd7 commit faa0f28

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

chunks/lang-python/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ RUN sudo install-packages \
2121
libncursesw5-dev xz-utils tk-dev libxml2-dev libxmlsec1-dev libffi-dev liblzma-dev \
2222
# Install PYENV
2323
&& git clone https://github.com/pyenv/pyenv.git ~/.pyenv \
24-
# v2.6.10
25-
&& git -C ~/.pyenv checkout a419b003b4615bef05098865bb97e0fbc428095e \
24+
# v2.6.20
25+
&& git -C ~/.pyenv checkout 3441980e83bb1c5fdb2f1734ae4dab694d10ef71 \
2626
&& pyenv install ${PYTHON_VERSION} \
2727
&& pyenv global ${PYTHON_VERSION} \
2828
&& for exec in global; do printf '%s\n' 'source "$HOME/.gp_pyenv.d/userbase.bash"' >> "$PYENV_ROOT/libexec/pyenv-$exec"; done \

0 commit comments

Comments
 (0)