feat: drop Python 3.7 support

This commit is contained in:
jo 2022-10-10 23:34:00 +02:00 committed by Jonas L
parent 182d1616af
commit ea8131ec43
5 changed files with 5 additions and 5 deletions

View file

@ -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",