Skip to content

Commit 53f25e5

Browse files
wider python 3.x support
1 parent 31f81d5 commit 53f25e5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

poetry.lock

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ include=[
3535
"Issue tracker" = "https://github.com/redis/redis-om-python/issues"
3636

3737
[tool.poetry.dependencies]
38-
python = ">=3.7,<3.12"
38+
python = ">=3.7,<4.0"
3939
redis = ">=3.5.3,<5.0.0"
4040
aioredis = "^2.0.0"
4141
pydantic = "^1.10.2"

0 commit comments

Comments
 (0)