Skip to content

Commit 956ee07

Browse files
committed
fix python upperbound
1 parent c31c442 commit 956ee07

File tree

2 files changed

+13
-181
lines changed

2 files changed

+13
-181
lines changed

poetry.lock

Lines changed: 12 additions & 180 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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"
52+
python = ">=3.10,<4.0"
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)