Update maximum supported compiler versions in main readme

Update maximum supported versions for gcc and clang in the
main readme.

Closes #23792.
This commit is contained in:
PB 2023-08-21 15:40:36 +02:00 committed by Vadim Zeitlin
parent e6ad7bc077
commit 811df1e2b0

View file

@ -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.