feat: drop Python 3.6 support
This commit is contained in:
parent
448cff7600
commit
d29d837d01
9 changed files with 14 additions and 49 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue