Wheel now works on Python 3.10

This commit is contained in:
Hugo van Kemenade 2021-08-09 16:17:09 +03:00
parent 99940765b2
commit 81e866a824

View File

@ -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