Skip to content

Commit

Permalink
Upgrade to PyPy 7.3.17 release. (#2518)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsirois committed Sep 5, 2024
1 parent b57b2e2 commit d11363b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/base/install_pythons.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ PYENV_VERSIONS=(
3.10.14
3.12.5
3.13.0rc1
pypy2.7-7.3.16
pypy2.7-7.3.17
pypy3.5-7.0.0
pypy3.6-7.3.3
pypy3.7-7.3.9
pypy3.8-7.3.11
pypy3.9-7.3.16
pypy3.10-7.3.16
pypy3.10-7.3.17
)
git clone "${PYENV_REPO:-https://github.com/pyenv/pyenv.git}" "${PYENV_ROOT}" && (
cd "${PYENV_ROOT}" && git checkout "${PYENV_SHA:-HEAD}" && src/configure && make -C src
Expand Down

0 comments on commit d11363b

Please sign in to comment.