fix setup.py minimum python version (fstrings needs 3.6)

This commit is contained in:
jesopo 2020-03-11 14:15:21 +00:00
parent 2dce57f365
commit c41f9fb338
1 changed files with 1 additions and 1 deletions

View File

@ -23,5 +23,5 @@ setuptools.setup(
"Operating System :: Microsoft :: Windows",
"Topic :: Communications :: Chat :: Internet Relay Chat"
],
python_requires='>=3.5',
python_requires='>=3.6',
)