Skip to content

Commit 789acf5

Browse files
committed
change python upperbound
1 parent 5af281a commit 789acf5

File tree

2 files changed

+11
-45
lines changed

2 files changed

+11
-45
lines changed

poetry.lock

Lines changed: 10 additions & 44 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,<3.13"
52+
python = ">=3.10,<4"
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)