NumPy now supports Python 3.11

This commit is contained in:
Andrew Murray 2022-08-26 14:15:59 +10:00
parent 4c346c6fec
commit fd5f61618d

View File

@ -157,7 +157,7 @@ function run_tests {
if [[ "$MB_PYTHON_VERSION" != 3.11 ]]; then if [[ "$MB_PYTHON_VERSION" != 3.11 ]]; then
python3 -m pip install numpy==1.21 python3 -m pip install numpy==1.21
fi fi
elif [ -z "$IS_ALPINE" ] && !([ -n "$IS_MACOS" ] && [[ "$MB_PYTHON_VERSION" == 3.11 ]]); then elif [ -z "$IS_ALPINE" ]; then
python3 -m pip install numpy python3 -m pip install numpy
fi fi