1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-09 03:53:48 -05:00

Add PyPy 7.3.0

The official pypy builds should now be portable on linux.
Also add aarch64 builds.
This commit is contained in:
Christoph Reiter
2019-12-26 10:13:46 +01:00
parent ac246e160f
commit 20a1f0cd7a
5 changed files with 87 additions and 0 deletions

View File

@@ -1030,6 +1030,7 @@ pypy_architecture() {
"ppc64" ) echo "linux-ppc64" ;;
"ppc64le" ) echo "linux-ppc64le" ;;
"x86_64" ) echo "linux64" ;;
"aarch64" ) echo "linux-aarch64" ;;
* ) return 1 ;;
esac
;;