Skip to content

Commit 3fe1eb4

Browse files
committed
Fix requires-python being too aggresive.
1 parent a8a8caa commit 3fe1eb4

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
@@ -7,7 +7,7 @@ name = "pysimdjson"
77
version = "7.0.0"
88
description = "Add your description here"
99
readme = "README.md"
10-
requires-python = ">=3.12"
10+
requires-python = ">=3.9"
1111
dependencies = [
1212
"pysimdjson",
1313
]

0 commit comments

Comments
 (0)