Skip to content

Commit

Permalink
Autofix: update-lang-python (#1366)
Browse files Browse the repository at this point in the history
Co-authored-by: Autofix <[email protected]>
Co-authored-by: Filip Troníček <[email protected]>
  • Loading branch information
3 people committed Jun 10, 2024
1 parent c986dcb commit ef1e84a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion chunks/lang-python/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ RUN sudo install-packages \
libncursesw5-dev xz-utils tk-dev libxml2-dev libxmlsec1-dev libffi-dev liblzma-dev \
# Install PYENV
&& git clone https://github.com/pyenv/pyenv.git ~/.pyenv \
&& git -C ~/.pyenv checkout e5997ef66b730bbcb281dcfcf873b0162c405256 \
&& git -C ~/.pyenv checkout 0963c8ac02bca616b8f91ab8b1902f48502cd813 \
&& pyenv install ${PYTHON_VERSION} \
&& pyenv global ${PYTHON_VERSION} \
&& for exec in global; do printf '%s\n' 'source "$HOME/.gp_pyenv.d/userbase.bash"' >> "$PYENV_ROOT/libexec/pyenv-$exec"; done \
Expand Down
2 changes: 1 addition & 1 deletion chunks/lang-python/chunk.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
variants:
- name: "3.12"
args:
PYTHON_VERSION: 3.12.3
PYTHON_VERSION: 3.12.4
- name: "3.11"
args:
PYTHON_VERSION: 3.11.9
Expand Down

0 comments on commit ef1e84a

Please sign in to comment.