feat: drop Python 3.7 support
This commit is contained in:
parent
182d1616af
commit
ea8131ec43
5 changed files with 5 additions and 5 deletions
|
@ -17,7 +17,7 @@ setup(
|
|||
"libretime_api": ["legacy/migrations/sql/*.sql"],
|
||||
},
|
||||
include_package_data=True,
|
||||
python_requires=">=3.7",
|
||||
python_requires=">=3.8",
|
||||
entry_points={
|
||||
"console_scripts": [
|
||||
"libretime-api=libretime_api.manage:main",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue