diff --git a/tests/integration/test_manylinux.py b/tests/integration/test_manylinux.py index 97e78874..de17b20d 100644 --- a/tests/integration/test_manylinux.py +++ b/tests/integration/test_manylinux.py @@ -77,9 +77,9 @@ PATH = {k: ":".join(PATH_DIRS).format(devtoolset=v) for k, v in DEVTOOLSET.items()} WHEEL_CACHE_FOLDER = op.expanduser("~/.cache/auditwheel_tests") NUMPY_VERSION_MAP = { - "37": "1.19.2", - "38": "1.19.2", - "39": "1.19.2", + "37": "1.21.4", + "38": "1.21.4", + "39": "1.21.4", "310": "1.21.4", "311": "1.23.4", }