psycopg2/.github
Brénainn Woodsend 3d29e02db0 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.
2024-11-24 20:07:02 +00:00
..
ISSUE_TEMPLATE Remove Apple M1 bullet point from issue template 2022-10-03 10:09:46 +01:00
workflows ci(macos): Avoid linking against homebrew 2024-11-24 20:07:02 +00:00
dependabot.yml chore: let dependabot update GitHub actions 2023-10-30 09:19:50 +00:00
FUNDING.yml Added funding file 2020-02-22 18:54:05 +00:00