X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/872bb9474efe683efaed1626c4c0172738634f28..78317a4cfb2cc7958ebd553ff6d7cc1aff0d8296:/setup.py?ds=inline diff --git a/setup.py b/setup.py index de84dc3..1914ba7 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'", @@ -104,6 +104,7 @@ setup( "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", + "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3 :: Only", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: Software Development :: Quality Assurance",