chore: set python_requires to >=3.6
recent changes in frappe/__init__.py make use of f-strings that are only available on python>=3.6 Signed-off-by: Chinmay D. Pai <chinmaydpai@gmail.com>
This commit is contained in:
parent
d53b88a72f
commit
d94e48dbfb
1 changed files with 2 additions and 1 deletions
3
setup.py
3
setup.py
|
|
@ -58,5 +58,6 @@ setup(
|
|||
cmdclass = \
|
||||
{
|
||||
'clean': CleanCommand
|
||||
}
|
||||
},
|
||||
python_requires='>=3.6'
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue