fix: py min version 3.6 due to f-string usage
This commit is contained in:
3
setup.py
3
setup.py
@@ -21,7 +21,7 @@ setup(
|
|||||||
},
|
},
|
||||||
long_description_content_type="text/markdown",
|
long_description_content_type="text/markdown",
|
||||||
long_description=longdesc,
|
long_description=longdesc,
|
||||||
python_requires='>=3.5',
|
python_requires='>=3.6',
|
||||||
keywords=[
|
keywords=[
|
||||||
'abcddb',
|
'abcddb',
|
||||||
'abcd',
|
'abcd',
|
||||||
@@ -41,7 +41,6 @@ setup(
|
|||||||
'Programming Language :: Python',
|
'Programming Language :: Python',
|
||||||
'Programming Language :: Python :: 3',
|
'Programming Language :: Python :: 3',
|
||||||
'Programming Language :: Python :: 3 :: Only',
|
'Programming Language :: Python :: 3 :: Only',
|
||||||
'Programming Language :: Python :: 3.5',
|
|
||||||
'Programming Language :: Python :: 3.6',
|
'Programming Language :: Python :: 3.6',
|
||||||
'Programming Language :: Python :: 3.7',
|
'Programming Language :: Python :: 3.7',
|
||||||
'Programming Language :: Python :: 3.8',
|
'Programming Language :: Python :: 3.8',
|
||||||
|
|||||||
Reference in New Issue
Block a user