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