From 9ef8e6c9b0090d787953bcd3c46a8942483fcc6b Mon Sep 17 00:00:00 2001 From: "Mr. Outis" Date: Sat, 18 Jan 2020 09:12:24 -0600 Subject: [PATCH 1/1] bump regex version, providing wheels (#1232) Close #1112 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9c11631..f0b727c 100644 --- a/setup.py +++ b/setup.py @@ -69,7 +69,7 @@ setup( "appdirs", "toml>=0.9.4", "typed-ast>=1.4.0", - "regex!=2019.12.9", + "regex>=2020.1.8", "pathspec>=0.6, <1", "dataclasses>=0.6; python_version < '3.7'", "typing_extensions>=3.7.4", -- 2.39.2