From: Mr. Outis Date: Sat, 18 Jan 2020 15:12:24 +0000 (-0600) Subject: bump regex version, providing wheels (#1232) X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/9ef8e6c9b0090d787953bcd3c46a8942483fcc6b bump regex version, providing wheels (#1232) Close #1112 --- 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",