mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-11 12:17:14 +03:00
NumPy now supports Python 3.11
This commit is contained in:
parent
4c346c6fec
commit
fd5f61618d
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user