From f62ef52fcfd7057f16cf727c2ebb0bbe7815c760 Mon Sep 17 00:00:00 2001 From: Phillip Stephens Date: Thu, 8 Oct 2020 19:18:36 -0700 Subject: [PATCH] Update clang version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8360825..1dd60aa 100644 --- a/setup.py +++ b/setup.py @@ -139,7 +139,7 @@ setup( # For an analysis of "install_requires" vs pip's requirements files see: # https://packaging.python.org/en/latest/requirements.html install_requires=[ - 'clang==6.0', + 'clang==10.0.1', 'Mako==1.1.0' ],