feat: drop Python 3.7 support
This commit is contained in:
parent
182d1616af
commit
ea8131ec43
5 changed files with 5 additions and 5 deletions
|
@ -13,7 +13,7 @@ setup(
|
|||
},
|
||||
license="MIT",
|
||||
packages=find_packages(exclude=["*tests*", "*fixtures*"]),
|
||||
python_requires=">=3.7",
|
||||
python_requires=">=3.8",
|
||||
install_requires=[
|
||||
"celery==4.4.7",
|
||||
"kombu==4.6.11",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue