Skip to content

Commit 8d4b14a

Browse files
authored
Upgrade PyPy to the v7.3.19 release. (#2710)
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
1 parent 9fd8c80 commit 8d4b14a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docker/base/install_pythons.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,14 @@ PYENV_VERSIONS=(
3838
3.5.10
3939
3.6.15
4040
3.12.9
41-
pypy2.7-7.3.18
41+
pypy2.7-7.3.19
4242
pypy3.5-7.0.0
4343
pypy3.6-7.3.3
4444
pypy3.7-7.3.9
4545
pypy3.8-7.3.11
4646
pypy3.9-7.3.16
47-
pypy3.10-7.3.18
48-
pypy3.11-7.3.18
47+
pypy3.10-7.3.19
48+
pypy3.11-7.3.19
4949
)
5050
git clone --depth 1 "${PYENV_REPO:-https://github.com/pyenv/pyenv}" "${PYENV_ROOT}" && (
5151
cd "${PYENV_ROOT}" && git checkout "${PYENV_SHA:-HEAD}" && src/configure && make -C src

0 commit comments

Comments
 (0)