From 8319245b04c644bd5c4b3cc84838b04ef3971d0f Mon Sep 17 00:00:00 2001 From: Oliver Wolff Date: Mon, 2 Dec 2024 08:17:20 +0100 Subject: [PATCH] README.md: Update minimal versions of Windows compilers MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Pick-to: 6.8 6.9 Change-Id: Id743e89d0858fde4678b7ba4e848d780d19771fc Reviewed-by: Kai Köhne --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ccf35c37..37f54aff 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ Windows: 1. Open a command prompt. 2. Ensure that the following tools can be found in the path: - * Supported compiler (Visual Studio 2019 or later, or MinGW-builds gcc 11.2 or later) + * Supported compiler (Visual Studio 2022 or later, or MinGW-builds gcc 13.1 or later) * Python 3 ([https://www.python.org/downloads/windows/] or from Microsoft Store) ```