feat: pypy 3.8 & pip 21.3 (#881)

* Update dependencies

* fix: support pypy 3.8 and 7.3.7

Co-authored-by: henryiii <henryiii@users.noreply.github.com>
Co-authored-by: Henry Schreiner <henryschreineriii@gmail.com>
This commit is contained in:
cibuildwheel-bot[bot]
2021-11-11 08:40:15 -05:00
committed by GitHub
co-authored by henryiii Henry Schreiner
parent a4a6646979
commit 823d4af1ad
13 changed files with 172 additions and 158 deletions
-1
View File
@@ -112,7 +112,6 @@ def install_pypy(version: str, arch: str, url: str) -> Path:
download(url, pypy_zip)
# Extract to the parent directory because the zip file still contains a directory
extract_zip(pypy_zip, installation_path.parent)
(installation_path / "python.exe").symlink_to(installation_path / "pypy3.exe")
return installation_path