X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/3ae83c3090954c45b805010bc04354c2fbe3f2aa..caa3fcc2de3cfb6162bee0bb6f68b10bc38e612f:/setup.py diff --git a/setup.py b/setup.py index 12fde25..4816056 100644 --- a/setup.py +++ b/setup.py @@ -71,11 +71,11 @@ setup( "click>=7.1.2", "appdirs", "toml>=0.10.1", - "typed-ast>=1.4.0", + "typed-ast>=1.4.2", "regex>=2020.1.8", "pathspec>=0.6, <1", "dataclasses>=0.6; python_version < '3.7'", - "typing_extensions>=3.7.4", + "typing_extensions>=3.7.4; python_version < '3.8'", "mypy_extensions>=0.4.3", ], extras_require={ @@ -93,6 +93,7 @@ setup( "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", + "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3 :: Only", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: Software Development :: Quality Assurance",