build: gcc-12 set as mininum in conanfile

This commit is contained in:
Mateusz Pusz
2023-12-22 18:42:29 +01:00
parent e12fc5e207
commit 46bc8e72db

View File

@ -73,7 +73,7 @@ class MPUnitsConan(ConanFile):
@property
def _minimum_compilers_version(self):
return {
"gcc": "11",
"gcc": "12",
"clang": "16",
"apple-clang": "15"
# , "msvc": "192"