forked from LBRYCommunity/lbry-sdk
allow 3.6 for now
This commit is contained in:
parent
9525bd6ca0
commit
ba5fc2a627
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -48,7 +48,7 @@ setup(
|
|||
'Topic :: Utilities',
|
||||
],
|
||||
packages=find_packages(exclude=('tests',)),
|
||||
python_requires='>=3.7',
|
||||
python_requires='>=3.6',
|
||||
install_requires=REQUIRES,
|
||||
extras_require={
|
||||
'gui': (
|
||||
|
|
Loading…
Reference in a new issue