Add i686 support for PyPy

This commit is contained in:
mayeut
2021-05-24 10:32:52 +02:00
parent c29a701ebc
commit d84665491a
9 changed files with 18 additions and 3 deletions
+1
View File
@@ -70,6 +70,7 @@ def build(options: BuildOptions) -> None:
("cp", "manylinux_s390x", options.manylinux_images["s390x"]),
("pp", "manylinux_x86_64", options.manylinux_images["pypy_x86_64"]),
("pp", "manylinux_aarch64", options.manylinux_images["pypy_aarch64"]),
("pp", "manylinux_i686", options.manylinux_images["pypy_i686"]),
]
cwd = Path.cwd()