Skip to content

Commit f613e97

Browse files
committed
upate to python 3.11
1 parent 7d52f97 commit f613e97

File tree

2 files changed

+4
-69
lines changed

2 files changed

+4
-69
lines changed

poetry.lock

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

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ include = [{ path = "lf_toolkit/py.typed" }]
1212
##########################
1313

1414
[tool.poetry.dependencies]
15-
python = "^3.9"
15+
python = "^3.11"
1616
sympy = "1.12"
1717
ujson = "5.10.0"
1818
anyio = "4.6.0"
19-
jsonrpcserver = "5.0.9"
19+
jsonrpcserver = ">=5.0.9"
2020

2121
##########################
2222
# parsing dependencies

0 commit comments

Comments
 (0)