X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/80de2372e4ec385c082c38f365414ac3622a4010..6407ebb870afe0062ee581abdea07c1ef5213d31:/pyproject.toml diff --git a/pyproject.toml b/pyproject.toml index aede497..ab38908 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -67,7 +67,7 @@ dependencies = [ "mypy_extensions>=0.4.3", "pathspec>=0.9.0", "platformdirs>=2", - "tomli>=1.1.0; python_full_version < '3.11.0a7'", + "tomli>=1.1.0; python_version < '3.11'", "typed-ast>=1.4.2; python_version < '3.8' and implementation_name == 'cpython'", "typing_extensions>=3.10.0.0; python_version < '3.10'", ]