Skip to content

Commit 951c239

Browse files
committedJun 27, 2023
update min req python version, poetry update
1 parent 4270428 commit 951c239

File tree

2 files changed

+453
-339
lines changed

2 files changed

+453
-339
lines changed
 

‎poetry.lock

+452-338
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ packages = [
1010
]
1111

1212
[tool.poetry.dependencies]
13-
python = ">3.8" # MIT
13+
python = ">=3.10" # MIT
1414
click = "^8.1.3" # BSD-3-Clause
1515
tqdm = "^4.64.1" # MIT
1616
cython = "^0.29.33" # Apache

0 commit comments

Comments
 (0)
Please sign in to comment.