mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-13 18:56:17 +03:00
NumPy now supports Python 3.12
This commit is contained in:
parent
deb384b86e
commit
f2665f573f
|
@ -154,7 +154,7 @@ function run_tests {
|
||||||
apt-get update
|
apt-get update
|
||||||
apt-get install -y curl libfribidi0 unzip
|
apt-get install -y curl libfribidi0 unzip
|
||||||
fi
|
fi
|
||||||
if [ -z "$IS_ALPINE" ] && [[ "$MB_PYTHON_VERSION" != 3.12 ]]; then
|
if [ -z "$IS_ALPINE" ]; then
|
||||||
python3 -m pip install numpy
|
python3 -m pip install numpy
|
||||||
fi
|
fi
|
||||||
python3 -m pip install defusedxml olefile pyroma
|
python3 -m pip install defusedxml olefile pyroma
|
||||||
|
|
Loading…
Reference in New Issue
Block a user