psycopg2/scripts
Brénainn Woodsend d43e5fe092 ci(macos): Avoid linking against homebrew
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.
2025-01-04 21:23:15 +01:00
..
build ci(macos): Avoid linking against homebrew 2025-01-04 21:23:15 +01:00
make_errorcodes.py chore: add TransactionTimeout error, added in PostgreSQL 17 2024-10-11 02:41:31 +02:00
make_errors.py chore: add TransactionTimeout error, added in PostgreSQL 17 2024-10-11 02:41:31 +02:00
refcounter.py Copyright year updated to 2021 2021-06-15 00:37:22 +01:00