From 5c950cc38933c398f113c92bb4a478e8d4912a0b Mon Sep 17 00:00:00 2001 From: memsharded Date: Tue, 7 May 2019 11:46:21 +0200 Subject: [PATCH] add gcc versions 8.3, 9.1 --- conans/client/conf/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conans/client/conf/__init__.py b/conans/client/conf/__init__.py index fc8e3fa2ef2..e7cf608593c 100644 --- a/conans/client/conf/__init__.py +++ b/conans/client/conf/__init__.py @@ -58,8 +58,8 @@ "5", "5.1", "5.2", "5.3", "5.4", "5.5", "6", "6.1", "6.2", "6.3", "6.4", "7", "7.1", "7.2", "7.3", - "8", "8.1", "8.2", - "9"] + "8", "8.1", "8.2", "8.3", + "9", "9.1"] libcxx: [libstdc++, libstdc++11] threads: [None, posix, win32] # Windows MinGW exception: [None, dwarf2, sjlj, seh] # Windows MinGW