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:
parent
e6ad7bc077
commit
811df1e2b0
1 changed files with 2 additions and 2 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue