We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab91ece commit bd37753Copy full SHA for bd37753
README.md
@@ -264,7 +264,7 @@ The default download path is `~/.cache/language_tool_python/`. The LanguageTool
264
265
## Prerequisites
266
267
-- [Python 3.6+](https://www.python.org)
+- [Python 3.9+](https://www.python.org)
268
- [LanguageTool](https://www.languagetool.org) (Java 8.0 or higher)
269
270
The installation process should take care of downloading LanguageTool (it may
pyproject.toml
@@ -1,6 +1,7 @@
1
[project]
2
name = "language_tool_python"
3
version = "2.8.2"
4
+requires-python = ">=3.9"
5
description = "Checks grammar using LanguageTool."
6
readme = { file = "README.md", content-type = "text/markdown" }
7
license = { file = "LICENSE" }
0 commit comments