From 52a18e7ee93e32a048fd95577407a4704086faca Mon Sep 17 00:00:00 2001 From: Felix Stupp Date: Fri, 3 Apr 2020 09:07:09 +0000 Subject: [PATCH] setup: Increased required python version to 3.6 Due to the usage of f-strings --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f18b434..5a66367 100755 --- a/setup.py +++ b/setup.py @@ -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", ],