mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-26 18:06:18 +03:00
Wheel now works on Python 3.10
This commit is contained in:
parent
99940765b2
commit
81e866a824
|
@ -35,8 +35,7 @@ python3 -m pip install test-image-results
|
||||||
if ! [ "$GHA_PYTHON_VERSION" == "3.10-dev" ]; then python3 -m pip install numpy ; fi
|
if ! [ "$GHA_PYTHON_VERSION" == "3.10-dev" ]; then python3 -m pip install numpy ; fi
|
||||||
|
|
||||||
# PyQt5 doesn't support PyPy3
|
# PyQt5 doesn't support PyPy3
|
||||||
# Wheel doesn't yet support 3.10
|
if [[ $GHA_PYTHON_VERSION == 3.* ]]; then
|
||||||
if [[ $GHA_PYTHON_VERSION == 3.* && $GHA_PYTHON_VERSION != "3.10-dev" ]]; then
|
|
||||||
# arm64, ppc64le, s390x CPUs:
|
# arm64, ppc64le, s390x CPUs:
|
||||||
# "ERROR: Could not find a version that satisfies the requirement pyqt5"
|
# "ERROR: Could not find a version that satisfies the requirement pyqt5"
|
||||||
sudo apt-get -qq install libxcb-xinerama0 pyqt5-dev-tools
|
sudo apt-get -qq install libxcb-xinerama0 pyqt5-dev-tools
|
||||||
|
|
Loading…
Reference in New Issue
Block a user