Skip to content

Commit a9d8cfa

Browse files
committed
fix: numpy tests
1 parent ebd4bc0 commit a9d8cfa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/integration/test_manylinux.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,9 @@
7777
PATH = {k: ":".join(PATH_DIRS).format(devtoolset=v) for k, v in DEVTOOLSET.items()}
7878
WHEEL_CACHE_FOLDER = op.expanduser("~/.cache/auditwheel_tests")
7979
NUMPY_VERSION_MAP = {
80-
"37": "1.19.2",
81-
"38": "1.19.2",
82-
"39": "1.19.2",
80+
"37": "1.21.4",
81+
"38": "1.21.4",
82+
"39": "1.21.4",
8383
"310": "1.21.4",
8484
"311": "1.23.4",
8585
}

0 commit comments

Comments
 (0)