feat: drop Python 3.7 support
This commit is contained in:
parent
182d1616af
commit
ea8131ec43
5 changed files with 5 additions and 5 deletions
|
@ -18,7 +18,7 @@ setup(
|
|||
"libretime-analyzer=libretime_analyzer.main:cli",
|
||||
]
|
||||
},
|
||||
python_requires=">=3.7",
|
||||
python_requires=">=3.8",
|
||||
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