feat: drop Python 3.6 support

This commit is contained in:
jo 2022-10-10 18:39:40 +02:00 committed by Kyle Robbertze
parent 448cff7600
commit d29d837d01
9 changed files with 14 additions and 49 deletions

View file

@ -18,7 +18,7 @@ setup(
"libretime-analyzer=libretime_analyzer.main:cli",
]
},
python_requires=">=3.6",
python_requires=">=3.7",
install_requires=[
"mutagen>=1.45.1,<1.47",
"pika>=1.0.0,<1.4",