diff --git a/docs/dependencies.mdx b/docs/dependencies.mdx index 68f7841a3..639d6a405 100644 --- a/docs/dependencies.mdx +++ b/docs/dependencies.mdx @@ -2,13 +2,13 @@ sidebar_position: 1 sidebar_label: 🔧 Dependencies hide_table_of_contents: true -description: Library dependencies are MySQL Connector/C 8, range-v3 >=0.11.0, tabulate and the Qt framework version used during development was 5.15.2 and >=6.2. The code was developed on MSVC 16.9-16.11, MSVC 17.2-17.5, GCC 10.2-12.2, and Clang 11-16. +description: Library dependencies are MySQL Connector/C 8, range-v3 >=0.11.0, tabulate and the Qt framework version used during development was 5.15.2 and >=6.2. The code was developed on MSVC 16.9-16.11, MSVC 17.2-17.9, GCC 10.2-13.2, and Clang 11-16. keywords: [c++ orm, dependencies, tinyorm] --- # Dependencies -The code was developed on MSVC 16.9-16.11, MSVC 17.2-17.5, GCC 10.2-12.2, and Clang 11-16, so may be assumed it will work on future releases of these compilers. Minimum required ISO C++ standard is C++20. +The code was developed on MSVC 16.9-16.11, MSVC 17.2-17.9, GCC 10.2-13.2, and Clang 11-18, so may be assumed it will work on future releases of these compilers. Minimum required ISO C++ standard is C++20. The Qt framework version used during development was 5.15.2 and >=6.2. ##### Required diff --git a/docs/supported-compilers.mdx b/docs/supported-compilers.mdx index bb56bf304..a3befc271 100644 --- a/docs/supported-compilers.mdx +++ b/docs/supported-compilers.mdx @@ -16,13 +16,13 @@ Following compilers are backed up by the GitHub Action [workflows](https://githu - MSVC 2019 `>=16.9` - MSVC 2022 `>=17` -- MSYS2 UCRT64 GCC `10.2` - `12.2` +- MSYS2 UCRT64 GCC `10.2` - `13.2` - MSYS2 UCRT64 Clang `>=15` - clang-cl `>=15` with MSVC 2019/2022 #### `Linux` -- GCC `10.2` - `12.2` +- GCC `10.2` - `13.2` - Clang `>=15` (libstdc++ only)