From 811df1e2b087e677a2f793e36f64466219ae4ed9 Mon Sep 17 00:00:00 2001 From: PB Date: Mon, 21 Aug 2023 15:40:36 +0200 Subject: [PATCH] Update maximum supported compiler versions in main readme Update maximum supported versions for gcc and clang in the main readme. Closes #23792. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 43419d5410..13bc1c5e83 100644 --- a/README.md +++ b/README.md @@ -36,8 +36,8 @@ This version of wxWidgets supports the following primary platforms: All C++11 compilers are supported including but not limited to: - Microsoft Visual C++ 2015 or later (up to 2022). -- g++ 4.8 or later (up to 12), including MinGW/MinGW-64/TDM under Windows. -- Clang (up to 14). +- g++ 4.8 or later (up to 13), including MinGW/MinGW-64/TDM under Windows. +- Clang (up to 16). Please use [3.2 branch](https://github.com/wxWidgets/wxWidgets/tree/3.2) if you must use wxWidgets with a C++98 compiler or support Windows XP.