Drop python 3.6 support (#374)
* Drop python 3.6 support * Update pyproject.toml Co-authored-by: Chayim <chayim@users.noreply.github.com>
This commit is contained in:
parent
c6fb00bfc3
commit
788d3dfe41
2 changed files with 2 additions and 3 deletions
|
|
@ -18,7 +18,6 @@ classifiers = [
|
|||
"Topic :: Database",
|
||||
'License :: OSI Approved :: BSD License',
|
||||
'Programming Language :: Python :: 3.10',
|
||||
'Programming Language :: Python :: 3.6',
|
||||
'Programming Language :: Python :: 3.7',
|
||||
'Programming Language :: Python :: 3.8',
|
||||
'Programming Language :: Python :: 3.9',
|
||||
|
|
@ -71,4 +70,4 @@ migrate = "redis_om.model.cli.migrate:migrate"
|
|||
|
||||
[build-system]
|
||||
requires = ["poetry-core>=1.0.0"]
|
||||
build-backend = "poetry.core.masonry.api"
|
||||
build-backend = "poetry.core.masonry.api"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue