Setup python_requires to >=3.6

Fix python_requires format
This commit is contained in:
jo 2021-09-10 13:47:20 +02:00
parent 3dbc1205d0
commit 3a336375c2
5 changed files with 5 additions and 0 deletions

View file

@ -18,6 +18,7 @@ setup(
},
license="MIT",
packages=["airtime-celery"],
python_requires=">=3.6",
install_requires=[
"celery==4.4.7",
"kombu==4.6.10",