From c3d55ba9f5ecf110bdb7cf72843480647324a873 Mon Sep 17 00:00:00 2001 From: Raziel Alphadios <64050682+RazielXYZ@users.noreply.github.com> Date: Wed, 8 Mar 2023 22:51:34 +0200 Subject: [PATCH] Update supported platforms and compilers (#3057) * Update supported platforms and compilers * Update overview doc too --------- Co-authored-by: Raziel Alphadios --- README.md | 9 +++++---- docs/overview.rst | 9 +++++---- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 4182d3f5d..20d1979ff 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ Supported platforms: * iOS (iPhone, iPad, AppleTV) * Linux * MIPS Creator CI20 - * OSX (10.12+) + * OSX (11+) * PlayStation 4 * RaspberryPi * UWP (Universal Windows, Xbox One) @@ -62,9 +62,10 @@ Supported platforms: Supported compilers: - * Clang 3.3 and above - * GCC 5 and above - * VS2017 and above + * Clang 11 and above + * GCC 8 and above + * VS2019 and above + * Apple clang 12 and above Languages: diff --git a/docs/overview.rst b/docs/overview.rst index ab119e79d..f7f164f2c 100644 --- a/docs/overview.rst +++ b/docs/overview.rst @@ -39,7 +39,7 @@ Supported Platforms - iOS (iPhone, iPad, AppleTV) - Linux - MIPS Creator CI20 -- OSX (10.12+) +- OSX (11+) - PlayStation 4 - RaspberryPi - UWP (Universal Windows, Xbox One) @@ -49,9 +49,10 @@ Supported Platforms Supported Compilers ~~~~~~~~~~~~~~~~~~~ -- Clang 3.3 and above -- GCC 5 and above -- vs2017 and above +- Clang 11 and above +- GCC 8 and above +- VS2019 and above +- Apple clang 12 and above Supported Languages ~~~~~~~~~~~~~~~~~~~