Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[doc] Update supported platforms and configurations (2024-03-11) #23059

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions docs/supported_platforms_and_configurations.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,15 @@ For more information see [conan-io/conan-docker-tools](https://github.com/conan-

## Windows

- Python: 3.7.9
- CMake: 3.21.6
- Python:
- CMake:
- WinSDK: 10.0.20348
> WinSDK version is rolled periodically as [discussed previously](https://github.com/conan-io/conan-center-index/issues/4450).
> Please open an issue in case it needs to be updated.
- Compilers: Visual Studio:


- 2019 (19.29.30148)


- Release (MT/MD) and Debug (MTd, MDd)
- Architectures: x86_64
Expand Down Expand Up @@ -74,11 +74,11 @@ For more information see [conan-io/conan-docker-tools](https://github.com/conan-

## MacOS

- Python: 3.7.12
- CMake: 3.20.1
- Compilers: Apple-clang versions 13.0.0
- Macos SDK versions (for each apple-clang version respectively): 11.3
- Macos deployment target (`minos`): 11.0
- Python:
- CMake:
- Compilers: Apple-clang versions
- Macos SDK versions (for each apple-clang version respectively):
- Macos deployment target (`minos`):
- C++ Standard Library (`libcxx`): `libc++`
- Architectures: armv8
- Build types: Release, Debug
Expand Down
Loading