mirror of
https://github.com/psycopg/psycopg2.git
synced 2025-02-07 12:50:32 +03:00
d43e5fe092
Homebrew binaries are always compiled for exactly the version they're installed on making them very un-portable. When a wheel is "repaired" by cibuildwheel, delocate-wheel pulls in _psycopg's dependencies (libpq.dylib, libssl.dylib and libcrypto.dylib) which, on a GitHub Actions macOS 14 runner, are provided by Homebrew and are therefore only macOS >= 14 compatible. The resultant wheel is therefore incompatible with all but the latest macOS versions. Build all dependencies from source so that we can set the deployment target to something sensible. Fixes #1753. |
||
---|---|---|
.. | ||
pg_config_vcpkg_stub | ||
build_libpq.sh | ||
build_macos_arm64.sh | ||
build_sdist.sh | ||
print_so_versions.sh | ||
run_build_macos_arm64.sh | ||
scaleway_m1.sh | ||
strip_wheel.sh | ||
wheel_linux_before_all.sh | ||
wheel_macos_before_all.sh | ||
wheel_win32_before_build.bat |