Skip to content

Commit

Permalink
Update to PyPy 7.3.5rc3
Browse files Browse the repository at this point in the history
  • Loading branch information
YannickJadoul committed May 21, 2021
1 parent 2db9586 commit 7084aed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions cibuildwheel/resources/build-platforms.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ python_configurations = [
{ identifier = "cp39-macosx_x86_64", version = "3.9", url = "https://www.python.org/ftp/python/3.9.5/python-3.9.5-macos11.pkg" },
{ identifier = "cp39-macosx_arm64", version = "3.9", url = "https://www.python.org/ftp/python/3.9.5/python-3.9.5-macos11.pkg" },
{ identifier = "cp39-macosx_universal2", version = "3.9", url = "https://www.python.org/ftp/python/3.9.5/python-3.9.5-macos11.pkg" },
{ identifier = "pp37-macosx_x86_64", version = "3.7", url = "https://downloads.python.org/pypy/pypy3.7-v7.3.5rc2-osx64.tar.bz2" },
{ identifier = "pp37-macosx_x86_64", version = "3.7", url = "https://downloads.python.org/pypy/pypy3.7-v7.3.5rc3-osx64.tar.bz2" },
]

[windows]
Expand All @@ -44,5 +44,5 @@ python_configurations = [
{ identifier = "cp38-win_amd64", version = "3.8.10", arch = "64" },
{ identifier = "cp39-win32", version = "3.9.5", arch = "32" },
{ identifier = "cp39-win_amd64", version = "3.9.5", arch = "64" },
{ identifier = "pp37-win_amd64", version = "3.7", arch = "64", url = "https://downloads.python.org/pypy/pypy3.7-v7.3.5rc2-win64.zip" },
{ identifier = "pp37-win_amd64", version = "3.7", arch = "64", url = "https://downloads.python.org/pypy/pypy3.7-v7.3.5rc3-win64.zip" },
]
2 changes: 1 addition & 1 deletion cibuildwheel/resources/pinned_docker_images.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ manylinux2014 = quay.io/pypa/manylinux2014_i686:2021-05-16-606ba6c
manylinux_2_24 = quay.io/pypa/manylinux_2_24_i686:2021-05-16-606ba6c

[pypy_x86_64]
manylinux2010 = yannickjadoul/manylinux2010-pypy_x86_64:7.3.5rc2
manylinux2010 = yannickjadoul/manylinux2010-pypy_x86_64:7.3.5rc3

[aarch64]
manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2021-05-16-606ba6c
Expand Down

0 comments on commit 7084aed

Please sign in to comment.