From 37a65043514fe0e6552cade261ffd06e8e849b78 Mon Sep 17 00:00:00 2001 From: Yannick Jadoul Date: Thu, 10 Sep 2020 15:50:21 +0200 Subject: [PATCH] Adding PyPy Python 3.7 to the tests --- test/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/utils.py b/test/utils.py index 05f2a796..04f3e147 100644 --- a/test/utils.py +++ b/test/utils.py @@ -94,7 +94,7 @@ def expected_wheels(package_name, package_version, manylinux_versions=None, python_abi_tags = ['cp35-cp35m', 'cp36-cp36m', 'cp37-cp37m', 'cp38-cp38', 'cp39-cp39'] if pm.machine() in ['x86_64', 'AMD64', 'x86']: - python_abi_tags += ['cp27-cp27m', 'pp27-pypy_73', 'pp36-pypy36_pp73'] + python_abi_tags += ['cp27-cp27m', 'pp27-pypy_73', 'pp36-pypy36_pp73', 'pp37-pypy37_pp73'] if platform == 'linux': python_abi_tags.append('cp27-cp27mu') # python 2.7 has 2 different ABI on manylinux