Merge pull request #317 from radarhere/python311

This commit is contained in:
Hugo van Kemenade 2022-09-01 08:49:56 +03:00 committed by GitHub
commit 2e3c52ce5b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -123,8 +123,6 @@ function pip_wheel_cmd {
local abs_wheelhouse=$1
if [ -z "$IS_MACOS" ]; then
CFLAGS="$CFLAGS --std=c99" # for Raqm
elif [[ "$MB_PYTHON_VERSION" == "3.11" ]]; then
unset _PYTHON_HOST_PLATFORM
fi
pip wheel $(pip_opts) \
--global-option build_ext --global-option --enable-raqm \