Skip to content

Commit e66076e

Browse files
committed
build: update python version to support types
1 parent a920cfa commit e66076e

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
@@ -10,7 +10,7 @@ packages = [{ include = "zeno_client" }]
1010
[tool.poetry.dependencies]
1111
pandas = ">=1.4.3"
1212
pyarrow = ">=6.0.0"
13-
python = ">=3.8"
13+
python = ">=3.10"
1414
pydantic = ">=1.0"
1515
requests = ">=2.20.0"
1616
arrow-json = "^0.9.0"

0 commit comments

Comments
 (0)