Skip to content

Commit

Permalink
Add support for GCC 9.3 (#6772)
Browse files Browse the repository at this point in the history
Signed-off-by: Uilian Ries <uilianries@gmail.com>
  • Loading branch information
uilianries committed Mar 31, 2020
1 parent cf09821 commit d16730f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conans/client/conf/__init__.py
Expand Up @@ -64,7 +64,7 @@
"6", "6.1", "6.2", "6.3", "6.4",
"7", "7.1", "7.2", "7.3", "7.4",
"8", "8.1", "8.2", "8.3",
"9", "9.1", "9.2"]
"9", "9.1", "9.2", "9.3"]
libcxx: [libstdc++, libstdc++11]
threads: [None, posix, win32] # Windows MinGW
exception: [None, dwarf2, sjlj, seh] # Windows MinGW
Expand Down

0 comments on commit d16730f

Please sign in to comment.