Add aarch64 support for PyPy

This commit is contained in:
mayeut
2021-05-24 10:32:51 +02:00
parent 7126c1063f
commit c29a701ebc
9 changed files with 41 additions and 22 deletions
+1 -1
View File
@@ -120,7 +120,7 @@ def expected_wheels(
python_abi_tags = ["cp36-cp36m", "cp37-cp37m", "cp38-cp38", "cp39-cp39"]
if machine_arch in ["x86_64", "AMD64", "x86"]:
if machine_arch in ["x86_64", "AMD64", "x86", "aarch64"]:
python_abi_tags += ["pp37-pypy37_pp73"]
if platform == "macos" and get_macos_version() >= (10, 16):