Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 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 chunks/lang-python/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ 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 \
# v2.6.10
&& git -C ~/.pyenv checkout a419b003b4615bef05098865bb97e0fbc428095e \
# v2.6.20
&& git -C ~/.pyenv checkout 3441980e83bb1c5fdb2f1734ae4dab694d10ef71 \
&& 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
4 changes: 2 additions & 2 deletions chunks/lang-python/chunk.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
variants:
- name: "3.13"
args:
PYTHON_VERSION: 3.13.8
PYTHON_VERSION: 3.13.11
- name: "3.12"
args:
PYTHON_VERSION: 3.12.12
Expand All @@ -13,4 +13,4 @@ variants:
PYTHON_VERSION: 3.10.19
- name: "3.9"
args:
PYTHON_VERSION: 3.9.24
PYTHON_VERSION: 3.9.25
Loading