Skip to content

Commit af4fcd9

Browse files
caps Python version to <=3.12
1 parent acf3c66 commit af4fcd9

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
@@ -18,7 +18,7 @@ classifiers = [
1818
packages = [{ include = "redisvl", from = "." }]
1919

2020
[tool.poetry.dependencies]
21-
python = ">=3.9,<4.0"
21+
python = ">=3.9,<=3.12"
2222
numpy = "*"
2323
pyyaml = "*"
2424
coloredlogs = "*"

0 commit comments

Comments
 (0)