setup: Increased required python version to 3.6

Due to the usage of f-strings
master
Felix Stupp 4 years ago
parent 835b9f187d
commit 52a18e7ee9
Signed by: zocker
GPG Key ID: 93E1BD26F6B02FB7

@ -13,7 +13,7 @@ setuptools.setup(
description="Utility package for using API of Tiny Tiny RSS",
long_description=long_description,
url="https://github.com/Zocker1999NET/tinytinypy",
python_requires='>=3.4',
python_requires='>=3.6',
install_requires=[
"pyxdg >=0.25",
],

Loading…
Cancel
Save