Skip to content

Commit f64d945

Browse files
committed
set min python version to 3.10
1 parent 5ce2c07 commit f64d945

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
@@ -21,7 +21,7 @@ classifiers = [
2121
"Programming Language :: Python :: 3.11",
2222
]
2323

24-
requires-python = ">=3.11"
24+
requires-python = ">=3.10"
2525
dependencies = [
2626
"pyparsing>=3.2.5",
2727
]

0 commit comments

Comments
 (0)