Note: on vcpkg, v17 is not available yet. Furthermore it's not easy to
pin the version. See https://github.com/microsoft/vcpkg/discussions/25622
env:
# Latest release: https://www.postgresql.org/ftp/source/
- LIBPQ_VERSION: "17.0"
+ LIBPQ_VERSION: "17.2"
+ # Note: On windows the latest version can be found at
+ # https://vcpkg.io/en/package/libpq
+ # However the command line tool doesn't have a flag to specify to install
+ # a specific version, so whatever you get you keep it.
+ # https://github.com/microsoft/vcpkg/discussions/25622
+
# Latest release: https://www.openssl.org/source/
OPENSSL_VERSION: "3.4.0"
pip install delvewheel wheel
+REM A specific version cannot be easily chosen.
+REM https://github.com/microsoft/vcpkg/discussions/25622
vcpkg install libpq:x64-windows-release
pipx install .\tools\build\pg_config_vcpkg_stub\