Updated PyPy from 7.1.1 to 7.2.0

This commit is contained in:
Yannick Jadoul
2020-02-15 23:24:51 +01:00
parent ef80beb433
commit dd26ef8ac6
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -83,7 +83,7 @@ def expected_wheels(package_name, package_version, manylinux_versions=['manylinu
if platform == 'linux':
python_abi_tags.append('cp27-cp27mu') # python 2.7 has 2 different ABI on manylinux
# Starting out by adding PyPy support on Linux
python_abi_tags.extend(['pp271-pypy_41', 'pp371-pypy3_71'])
python_abi_tags.extend(['pp272-pypy_41', 'pp372-pypy3_72'])
cp_architectures = ['x86_64', 'i686']
pp_architectures = ['x86_64']