Skip to content

Commit b0a9907

Browse files
authored
Update pyproject.toml
limit python version to < 3.10 since numpy is not supported in 3.10
1 parent 861e9b8 commit b0a9907

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
@@ -23,7 +23,7 @@ classifiers = [
2323
]
2424

2525
[tool.poetry.dependencies]
26-
python = "^3.6"
26+
python = ">=3.8,<3.10"
2727
redis = ">=2.10"
2828
hiredis = ">=0.20"
2929
numpy = ">=1.19.5"

0 commit comments

Comments
 (0)