Skip to content

Commit ae6513d

Browse files
committed
set requires-python back to actual minimum
1 parent 9727540 commit ae6513d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ license = { text = "MIT" }
1212
description = "A python library and CLI for the LanguageTool JSON API"
1313
keywords = ["languagetool", "spell", "grammar", "checker"]
1414
readme = "README.rst"
15-
requires-python = ">=3.12"
15+
requires-python = ">=3.9"
1616
classifiers = [
1717
"Development Status :: 4 - Beta",
1818
"License :: OSI Approved :: MIT License",

0 commit comments

Comments
 (0)