Skip to content

Commit

Permalink
Upgrade PyPy to the v7.3.19 release. (#2710)
Browse files Browse the repository at this point in the history
3.11 may be high enough quality to switch to with this release.
See the blog post here:
  https://pypy.org/posts/2025/02/pypy-v7319-release.html
  • Loading branch information
jsirois authored Mar 1, 2025
1 parent 9fd8c80 commit 8d4b14a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker/base/install_pythons.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,14 @@ PYENV_VERSIONS=(
3.5.10
3.6.15
3.12.9
pypy2.7-7.3.18
pypy2.7-7.3.19
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.18
pypy3.11-7.3.18
pypy3.10-7.3.19
pypy3.11-7.3.19
)
git clone --depth 1 "${PYENV_REPO:-https://github.com/pyenv/pyenv}" "${PYENV_ROOT}" && (
cd "${PYENV_ROOT}" && git checkout "${PYENV_SHA:-HEAD}" && src/configure && make -C src
Expand Down

0 comments on commit 8d4b14a

Please sign in to comment.