Build wheels for aarch64 natively, drop PyPy #1153
tests.yml
on: push
Matrix: package-wheel
Matrix: test
docs
20s
Check for spelling errors
7s
publish
7s
Annotations
1 error, 6 warnings, and 1 notice
test (macos-latest, 3.8)
[notice] A new release of pip is available: 21.1.1 -> 25.0
[notice] To update, run: python3.8 -m pip install --upgrade pip
|
package-wheel (macos-latest, arm64)
While cibuildwheel can build CPython 3.8 universal2/arm64 wheels, we cannot test the arm64 part of them, even when running on an Apple Silicon machine. This is because we use the x86_64 installer of CPython 3.8. See the discussion in https://github.com/pypa/cibuildwheel/pull/1169 for the details. To silence this warning, set `CIBW_TEST_SKIP: "cp38-macosx_*:arm64"`.
|
test (macos-latest, 3.12)
openssl@3 3.4.0 is already installed and up-to-date.
To reinstall 3.4.0, run:
brew reinstall openssl@3
|
test (macos-latest, 3.10)
openssl@3 3.4.0 is already installed and up-to-date.
To reinstall 3.4.0, run:
brew reinstall openssl@3
|
test (macos-latest, 3.9)
openssl@3 3.4.0 is already installed and up-to-date.
To reinstall 3.4.0, run:
brew reinstall openssl@3
|
test (macos-latest, 3.8)
openssl@3 3.4.0 is already installed and up-to-date.
To reinstall 3.4.0, run:
brew reinstall openssl@3
|
test (macos-latest, 3.11)
openssl@3 3.4.0 is already installed and up-to-date.
To reinstall 3.4.0, run:
brew reinstall openssl@3
|
package-wheel (macos-latest, x86_64)
Setting SYSTEM_VERSION_COMPAT=0 to ensure CPython 3.8 can get correct macOS version and allow installation of wheels with MACOSX_DEPLOYMENT_TARGET >= 11.0. See https://github.com/pypa/cibuildwheel/issues/1767 for the details.
|