From 8a2eebd6a4a3c5ede931931006d602441e4f1422 Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Fri, 27 Sep 2024 14:05:36 -0700 Subject: [PATCH] Added note about Postgres 17 on Windows - #669 [skip ci] --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 29b7662..f4f1d33 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,8 @@ nmake /F Makefile.win nmake /F Makefile.win install ``` +Note: Postgres 17 is not supported yet due to an upstream issue + See the [installation notes](#installation-notes---windows) if you run into issues You can also install it with [Docker](#docker) or [conda-forge](#conda-forge).