Drop Python 3.7 support (#559)
This commit is contained in:
parent
c91201f4de
commit
1213ca7373
3 changed files with 5 additions and 6 deletions
|
|
@ -17,7 +17,6 @@ classifiers = [
|
|||
"Operating System :: OS Independent",
|
||||
"Topic :: Database",
|
||||
'License :: OSI Approved :: BSD License',
|
||||
'Programming Language :: Python :: 3.7',
|
||||
'Programming Language :: Python :: 3.8',
|
||||
'Programming Language :: Python :: 3.9',
|
||||
'Programming Language :: Python :: 3.10',
|
||||
|
|
@ -35,7 +34,7 @@ include=[
|
|||
"Issue tracker" = "https://github.com/redis/redis-om-python/issues"
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = ">=3.7,<4.0"
|
||||
python = ">=3.8,<4.0"
|
||||
redis = ">=3.5.3,<5.0.0"
|
||||
pydantic = ">=1.10.2,<2.1.0"
|
||||
click = "^8.0.1"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue