Seems required moving from cibuildwheel 2.16.5 to maybe 2.18.1.
CIBW_TEST_COMMAND: >-
pytest {project}/tests -m 'not slow and not flakey' --color yes
CIBW_ENVIRONMENT: >-
+ MACOSX_DEPLOYMENT_TARGET=14.0
PSYCOPG_IMPL=binary
PSYCOPG_TEST_DSN='dbname=postgres'
PATH="/opt/homebrew/opt/postgresql@${PG_VERSION}/bin:$PATH"
CIBW_TEST_COMMAND: >-
pytest {project}/tests -m 'not slow and not flakey' --color yes
CIBW_ENVIRONMENT: >-
+ MACOSX_DEPLOYMENT_TARGET=12.0
PSYCOPG_IMPL=binary
PSYCOPG_TEST_DSN='dbname=postgres'
PATH="/usr/local/opt/postgresql@${PG_VERSION}/bin:$PATH"