mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-25 01:16:16 +03:00
Require setuptools 49.3.2+
This commit is contained in:
parent
b56f0836ff
commit
ab4239efd1
|
@ -30,8 +30,8 @@ pip install -U pytest-cov
|
|||
pip install pyroma
|
||||
pip install test-image-results
|
||||
pip install numpy
|
||||
# TODO Remove when Travis/3.9 includes setuptools 49.1.3+:
|
||||
if [ "$TRAVIS_PYTHON_VERSION" == "3.9-dev" ]; then pip install -U "setuptools>=49.1.3" ; fi
|
||||
# TODO Remove when Travis/3.9 includes setuptools 49.3.2+:
|
||||
if [ "$TRAVIS_PYTHON_VERSION" == "3.9-dev" ]; then pip install -U "setuptools>=49.3.2" ; fi
|
||||
if [[ $TRAVIS_PYTHON_VERSION == 3.* ]]; then
|
||||
# arm64, ppc64le, s390x CPUs:
|
||||
# "ERROR: Could not find a version that satisfies the requirement pyqt5"
|
||||
|
|
Loading…
Reference in New Issue
Block a user