X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/1e0ec543ff3a7de715c8ee3359c8defb2c2c0e0d..eb9d0396cd51065c975e366f06dfea60221a2d03:/setup.py diff --git a/setup.py b/setup.py index de84dc3..a0c2006 100644 --- a/setup.py +++ b/setup.py @@ -75,7 +75,7 @@ setup( "click>=7.1.2", "platformdirs>=2", "tomli>=0.2.6,<2.0.0", - "typed-ast>=1.4.2; python_version < '3.8'", + "typed-ast>=1.4.2; python_version < '3.8' and implementation_name == 'cpython'", "regex>=2020.1.8", "pathspec>=0.9.0, <1", "dataclasses>=0.6; python_version < '3.7'",