mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-27 18:36:17 +03:00
Merge pull request #315 from radarhere/numpy
NumPy now supports Python 3.11
This commit is contained in:
commit
a2cfd50022
|
@ -157,7 +157,7 @@ function run_tests {
|
|||
if [[ "$MB_PYTHON_VERSION" != 3.11 ]]; then
|
||||
python3 -m pip install numpy==1.21
|
||||
fi
|
||||
elif [ -z "$IS_ALPINE" ] && !([ -n "$IS_MACOS" ] && [[ "$MB_PYTHON_VERSION" == 3.11 ]]); then
|
||||
elif [ -z "$IS_ALPINE" ]; then
|
||||
python3 -m pip install numpy
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user