(#17419) [doc] Update supported platforms and configurations (2023-05-05)

This commit is contained in:
Conan Center Index Bot
2023-05-08 08:02:28 +02:00
committed by GitHub
parent 63b887d9f1
commit 2811137ecd

View File

@@ -59,10 +59,10 @@ For more information see [conan-io/conan-docker-tools](https://github.com/conan-
## Linux
- Python: 3.7.13
- CMake: 3.15.7, 3.18.2 (same version expected after all use [new docker images](https://github.com/conan-io/conan-docker-tools/tree/master/modern))
- CMake: 3.15.7 (same version expected after all use [new docker images](https://github.com/conan-io/conan-docker-tools/tree/master/modern))
- Compilers:
- GCC versions: 5, 7, 9, 10, 11
- Clang versions: 11, 12, 13
- GCC versions: 11
- Clang versions:
- C++ Standard Library (`libcxx`):
- GCC compiler: `libstdc++`, `libstdc++11`
- Clang compiler: `libstdc++`, `libc++`
@@ -76,9 +76,9 @@ For more information see [conan-io/conan-docker-tools](https://github.com/conan-
- Python: 3.7.12
- CMake: 3.20.1
- Compilers: Apple-clang versions 11.0.3, 12.0.5, 13.0.0
- Macos SDK versions (for each apple-clang version respectively): 10.15, 11.3
- Macos deployment target (`minos`): 10.15, 11.0, 11.3
- Compilers: Apple-clang versions 13.0.0
- Macos SDK versions (for each apple-clang version respectively): 11.3
- Macos deployment target (`minos`): 11.0
- C++ Standard Library (`libcxx`): `libc++`
- Architectures: x86_64, armv8
- Build types: Release, Debug