Skip to content

Commit 9c83e18

Browse files
authored
remove python upperbound
1 parent dbbedee commit 9c83e18

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
@@ -49,7 +49,7 @@ include = [
4949
]
5050

5151
[tool.poetry.dependencies]
52-
python = ">=3.10,<3.13"
52+
python = ">=3.10"
5353
mmh3 = ">=4.0.0,<6.0.0"
5454
requests = ">=2.20.0,<3.0.0"
5555
click = ">=7.1.1,<9.0.0"

0 commit comments

Comments
 (0)