Skip to content

Commit 651960c

Browse files
authored
Merge pull request #83 from RedisAI/limit-python-version
Update pyproject.toml
2 parents 861e9b8 + 5c6b0e9 commit 651960c

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.6,<3.10"
2727
redis = ">=2.10"
2828
hiredis = ">=0.20"
2929
numpy = ">=1.19.5"

0 commit comments

Comments
 (0)