Skip to content

Commit bd37753

Browse files
committed
No support for older versions than python 3.9 (version released in 2020, and 3.8 no longer maintained since 2024)
1 parent ab91ece commit bd37753

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ The default download path is `~/.cache/language_tool_python/`. The LanguageTool
264264

265265
## Prerequisites
266266

267-
- [Python 3.6+](https://www.python.org)
267+
- [Python 3.9+](https://www.python.org)
268268
- [LanguageTool](https://www.languagetool.org) (Java 8.0 or higher)
269269

270270
The installation process should take care of downloading LanguageTool (it may

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[project]
22
name = "language_tool_python"
33
version = "2.8.2"
4+
requires-python = ">=3.9"
45
description = "Checks grammar using LanguageTool."
56
readme = { file = "README.md", content-type = "text/markdown" }
67
license = { file = "LICENSE" }

0 commit comments

Comments
 (0)