Skip to content

Commit

Permalink
Bump compiler version
Browse files Browse the repository at this point in the history
  • Loading branch information
wawanbreton committed Sep 16, 2024
1 parent 40da20e commit 50a39dd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,11 @@ def _min_cppstd(self):
@property
def _compilers_minimum_version(self):
return {
"gcc": "9",
"clang": "9",
"apple-clang": "9",
"gcc": "11",
"clang": "14",
"apple-clang": "13",
"msvc": "192",
"visual_studio": "14",
"visual_studio": "17",
}

def export_sources(self):
Expand Down

0 comments on commit 50a39dd

Please sign in to comment.