diff --git a/conanfile.py b/conanfile.py index 7e8a9b41..a5885fbf 100644 --- a/conanfile.py +++ b/conanfile.py @@ -36,9 +36,9 @@ def _min_cppstd(self): @property def _compilers_minimum_version(self): return { - "gcc": "7", + "gcc": "8", "clang": "7", - "apple-clang": "10", + "apple-clang": "11", "msvc": "192" }