We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebd4bc0 commit a9d8cfaCopy full SHA for a9d8cfa
tests/integration/test_manylinux.py
@@ -77,9 +77,9 @@
77
PATH = {k: ":".join(PATH_DIRS).format(devtoolset=v) for k, v in DEVTOOLSET.items()}
78
WHEEL_CACHE_FOLDER = op.expanduser("~/.cache/auditwheel_tests")
79
NUMPY_VERSION_MAP = {
80
- "37": "1.19.2",
81
- "38": "1.19.2",
82
- "39": "1.19.2",
+ "37": "1.21.4",
+ "38": "1.21.4",
+ "39": "1.21.4",
83
"310": "1.21.4",
84
"311": "1.23.4",
85
}
0 commit comments